Shades of Dark Orchid #A02CAB
Tints of Dark Orchid #A02CAB
RGB
CMYK
RGB Variations
Color information
#A02CAB (or 0xA02CAB) is known color: Dark Orchid. HEX triplet: A0, 2C and AB. RGB value is (160,44,171). Sum of RGB (Red+Green+Blue) = 160+44+171=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #A02CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02CAB is #5FD354. Grayscale: #5C5C5C. Windows color (decimal): -6280021 or 11218080. OLE color: 11218080.
HSL color Cylindrical-coordinate representation of color #A02CAB: hue angle of 294.8º 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 #A02CAB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 44 | 171 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.33 |
| HSL | 294.8º | 0.59% | 0.42% | - |
| HSV(B) | 294.8º | 0.74% | 0.67% | - |
| XYZ | 22.75 | 12.22 | 39.69 | - |
| YUV | 93.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 171 | 0.06 | 0.74 | 0 | 0.33 | 294.8 | 0.59 | 0.42 |
| Hex | A0 | 2C | AB | 6 | 4A | 0 | 21 | 127 | 3B | 2A |
| Octal | 240 | 54 | 253 | 6 | 112 | 0 | 41 | 447 | 73 | 52 |
| Binary | 10100000 | 101100 | 10101011 | 110 | 1001010 | 0 | 100001 | 100100111 | 111011 | 101010 |
Color Harmonies of #A02CAB
Complementary color
Monochromatic Colors of #A02CAB
Black with #A02CAB
Text Example
Text Example
White with #A02CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CAB; }
p { color: rgb(160,44,171); }
H1.HeaderClassName
{
color: #A02CAB;
}
.AnyTagClassName
{
color: #A02CAB;
}
</style>
background-color css
<style>
a { background-color: #A02CAB; }
a { background-color: rgb(160,44,171); }
div.DivClassName
{
background-color: #A02CAB;
}
.BgClassName
{
background-color: #A02CAB;
}
</style>
border-color css
<style>
span { border-color: #A02CAB; }
span { border-color: rgb(160,44,171); }
td.TdClassName
{
border-color: #A02CAB;
}
.TagClassName
{
border-color: #A02CAB;
}
</style>