Color spaces of #a828aa
RGB | 168 | 40 | 170 |
---|---|---|---|
HSL | 0.83 | 0.62 | 0.41 |
HSV | 299° | 76° | 67° |
CMYK | 0.01 | 0.76 | 0.00 0.33 |
XYZ | 24.1629 | 12.7447 | 39.2167 |
Yxy | 12.7447 | 0.3174 | 0.1674 |
Hunter Lab | 35.6997 | 58.3409 | -40.1412 |
CIE-Lab | 42.3760 | 65.1221 | -41.6502 |
#a828aa color RGB value is (168,40,170).
#a828aa hex color red value is 168, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a828aa hue: 0.83 , saturation: 0.62 and the lightness value of a828aa is 0.41.
The process color (four color CMYK) of #a828aa color hex is 0.01, 0.76, 0.00, 0.33. Web safe color of #a828aa is #993399. Color #a828aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00101000 | 10101010 |
Octal | 250 | 50 | 252 |
Decimal | 168 | 40 | 170 |
Hex | A8 | 28 | AA |
Shades of #a828aa
Tints of #a828aa
RGB Percentages of Color #a828aa
CMYK Percentages of Color #a828aa
Complementary Color
#a828aa | #2aaa28 |
#a828aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a828aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a828aa Color CSS Codes
.mybgcolor {background-color:#a828aa; } .myforecolor {color:#a828aa; } .mybordercolor {border:3px solid #a828aa; }
#a828aa Text Font Color
<p style="color:#a828aa">Text here</p>
This sample text font color is #a828aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a828aa Background Color
<div style="background-color:#a828aa">
Div content here</div>
This div background color is #a828aa
#a828aa Border Color
<div style="border:3px solid #a828aa">
Div here</div>
This div border color is #a828aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,40,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a828aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a828aa; -webkit-box-shadow: 1px 1px 3px 2px #a828aa; box-shadow: 1px 1px 3px 2px #a828aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,40,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a828aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a828aa; -webkit-box-shadow: 1px 1px 3px 2px #a828aa; box-shadow: 1px 1px 3px 2px #a828aa;">
Div content here</div>
This div box has shadow with color #a828aa
Comments
No comments written yet.
Please login to write comment.