Shades of Dark Orchid #A02AB6
Tints of Dark Orchid #A02AB6
RGB
CMYK
RGB Variations
Color information
#A02AB6 (or 0xA02AB6) is known color: Dark Orchid. HEX triplet: A0, 2A and B6. RGB value is (160,42,182). Sum of RGB (Red+Green+Blue) = 160+42+182=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #A02AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02AB6 is #5FD549. Grayscale: #5C5C5C. Windows color (decimal): -6280522 or 11938464. OLE color: 11938464.
HSL color Cylindrical-coordinate representation of color #A02AB6: hue angle of 290.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02AB6 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 42 | 182 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.29 |
| HSL | 290.57º | 0.63% | 0.44% | - |
| HSV(B) | 290.57º | 0.77% | 0.71% | - |
| XYZ | 23.77 | 12.51 | 45.42 | - |
| YUV | 93.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 182 | 0.12 | 0.77 | 0 | 0.29 | 290.57 | 0.63 | 0.44 |
| Hex | A0 | 2A | B6 | C | 4D | 0 | 1D | 123 | 3E | 2C |
| Octal | 240 | 52 | 266 | 14 | 115 | 0 | 35 | 443 | 76 | 54 |
| Binary | 10100000 | 101010 | 10110110 | 1100 | 1001101 | 0 | 11101 | 100100011 | 111110 | 101100 |
Color Harmonies of #A02AB6
Complementary color
Monochromatic Colors of #A02AB6
Black with #A02AB6
Text Example
Text Example
White with #A02AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02AB6; }
p { color: rgb(160,42,182); }
H1.HeaderClassName
{
color: #A02AB6;
}
.AnyTagClassName
{
color: #A02AB6;
}
</style>
background-color css
<style>
a { background-color: #A02AB6; }
a { background-color: rgb(160,42,182); }
div.DivClassName
{
background-color: #A02AB6;
}
.BgClassName
{
background-color: #A02AB6;
}
</style>
border-color css
<style>
span { border-color: #A02AB6; }
span { border-color: rgb(160,42,182); }
td.TdClassName
{
border-color: #A02AB6;
}
.TagClassName
{
border-color: #A02AB6;
}
</style>