Shades of Dark Orchid #A02CA9
Tints of Dark Orchid #A02CA9
RGB
CMYK
RGB Variations
Color information
#A02CA9 (or 0xA02CA9) is known color: Dark Orchid. HEX triplet: A0, 2C and A9. RGB value is (160,44,169). Sum of RGB (Red+Green+Blue) = 160+44+169=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #A02CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02CA9 is #5FD356. Grayscale: #5C5C5C. Windows color (decimal): -6280023 or 11087008. OLE color: 11087008.
HSL color Cylindrical-coordinate representation of color #A02CA9: hue angle of 295.68º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02CA9 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 44 | 169 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.34 |
| HSL | 295.68º | 0.59% | 0.42% | - |
| HSV(B) | 295.68º | 0.74% | 0.66% | - |
| XYZ | 22.56 | 12.14 | 38.69 | - |
| YUV | 92.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 169 | 0.05 | 0.74 | 0 | 0.34 | 295.68 | 0.59 | 0.42 |
| Hex | A0 | 2C | A9 | 5 | 4A | 0 | 22 | 128 | 3B | 2A |
| Octal | 240 | 54 | 251 | 5 | 112 | 0 | 42 | 450 | 73 | 52 |
| Binary | 10100000 | 101100 | 10101001 | 101 | 1001010 | 0 | 100010 | 100101000 | 111011 | 101010 |
Color Harmonies of #A02CA9
Complementary color
Monochromatic Colors of #A02CA9
Black with #A02CA9
Text Example
Text Example
White with #A02CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CA9; }
p { color: rgb(160,44,169); }
H1.HeaderClassName
{
color: #A02CA9;
}
.AnyTagClassName
{
color: #A02CA9;
}
</style>
background-color css
<style>
a { background-color: #A02CA9; }
a { background-color: rgb(160,44,169); }
div.DivClassName
{
background-color: #A02CA9;
}
.BgClassName
{
background-color: #A02CA9;
}
</style>
border-color css
<style>
span { border-color: #A02CA9; }
span { border-color: rgb(160,44,169); }
td.TdClassName
{
border-color: #A02CA9;
}
.TagClassName
{
border-color: #A02CA9;
}
</style>