Shades of Dark Orchid #A02CAC
Tints of Dark Orchid #A02CAC
RGB
CMYK
RGB Variations
Color information
#A02CAC (or 0xA02CAC) is known color: Dark Orchid. HEX triplet: A0, 2C and AC. RGB value is (160,44,172). Sum of RGB (Red+Green+Blue) = 160+44+172=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #A02CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02CAC is #5FD353. Grayscale: #5C5C5C. Windows color (decimal): -6280020 or 11283616. OLE color: 11283616.
HSL color Cylindrical-coordinate representation of color #A02CAC: hue angle of 294.38º 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 #A02CAC is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 44 | 172 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.33 |
| HSL | 294.38º | 0.59% | 0.42% | - |
| HSV(B) | 294.38º | 0.74% | 0.67% | - |
| XYZ | 22.84 | 12.25 | 40.19 | - |
| YUV | 93.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 172 | 0.07 | 0.74 | 0 | 0.33 | 294.38 | 0.59 | 0.42 |
| Hex | A0 | 2C | AC | 7 | 4A | 0 | 21 | 126 | 3B | 2A |
| Octal | 240 | 54 | 254 | 7 | 112 | 0 | 41 | 446 | 73 | 52 |
| Binary | 10100000 | 101100 | 10101100 | 111 | 1001010 | 0 | 100001 | 100100110 | 111011 | 101010 |
Color Harmonies of #A02CAC
Complementary color
Monochromatic Colors of #A02CAC
Black with #A02CAC
Text Example
Text Example
White with #A02CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CAC; }
p { color: rgb(160,44,172); }
H1.HeaderClassName
{
color: #A02CAC;
}
.AnyTagClassName
{
color: #A02CAC;
}
</style>
background-color css
<style>
a { background-color: #A02CAC; }
a { background-color: rgb(160,44,172); }
div.DivClassName
{
background-color: #A02CAC;
}
.BgClassName
{
background-color: #A02CAC;
}
</style>
border-color css
<style>
span { border-color: #A02CAC; }
span { border-color: rgb(160,44,172); }
td.TdClassName
{
border-color: #A02CAC;
}
.TagClassName
{
border-color: #A02CAC;
}
</style>