Shades of Dark Orchid #A02CAA
Tints of Dark Orchid #A02CAA
RGB
CMYK
RGB Variations
Color information
#A02CAA (or 0xA02CAA) is known color: Dark Orchid. HEX triplet: A0, 2C and AA. RGB value is (160,44,170). Sum of RGB (Red+Green+Blue) = 160+44+170=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #A02CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02CAA is #5FD355. Grayscale: #5C5C5C. Windows color (decimal): -6280022 or 11152544. OLE color: 11152544.
HSL color Cylindrical-coordinate representation of color #A02CAA: hue angle of 295.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02CAA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 44 | 170 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.33 |
| HSL | 295.24º | 0.59% | 0.42% | - |
| HSV(B) | 295.24º | 0.74% | 0.67% | - |
| XYZ | 22.65 | 12.18 | 39.19 | - |
| YUV | 93.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 170 | 0.06 | 0.74 | 0 | 0.33 | 295.24 | 0.59 | 0.42 |
| Hex | A0 | 2C | AA | 6 | 4A | 0 | 21 | 127 | 3B | 2A |
| Octal | 240 | 54 | 252 | 6 | 112 | 0 | 41 | 447 | 73 | 52 |
| Binary | 10100000 | 101100 | 10101010 | 110 | 1001010 | 0 | 100001 | 100100111 | 111011 | 101010 |
Color Harmonies of #A02CAA
Complementary color
Monochromatic Colors of #A02CAA
Black with #A02CAA
Text Example
Text Example
White with #A02CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CAA; }
p { color: rgb(160,44,170); }
H1.HeaderClassName
{
color: #A02CAA;
}
.AnyTagClassName
{
color: #A02CAA;
}
</style>
background-color css
<style>
a { background-color: #A02CAA; }
a { background-color: rgb(160,44,170); }
div.DivClassName
{
background-color: #A02CAA;
}
.BgClassName
{
background-color: #A02CAA;
}
</style>
border-color css
<style>
span { border-color: #A02CAA; }
span { border-color: rgb(160,44,170); }
td.TdClassName
{
border-color: #A02CAA;
}
.TagClassName
{
border-color: #A02CAA;
}
</style>