Shades of Dark Orchid #A02AAC
Tints of Dark Orchid #A02AAC
RGB
CMYK
RGB Variations
Color information
#A02AAC (or 0xA02AAC) is known color: Dark Orchid. HEX triplet: A0, 2A and AC. RGB value is (160,42,172). Sum of RGB (Red+Green+Blue) = 160+42+172=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #A02AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02AAC is #5FD553. Grayscale: #5B5B5B. Windows color (decimal): -6280532 or 11283104. OLE color: 11283104.
HSL color Cylindrical-coordinate representation of color #A02AAC: hue angle of 294.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02AAC is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 42 | 172 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.33 |
| HSL | 294.46º | 0.61% | 0.42% | - |
| HSV(B) | 294.46º | 0.76% | 0.67% | - |
| XYZ | 22.77 | 12.11 | 40.17 | - |
| YUV | 92.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 172 | 0.07 | 0.76 | 0 | 0.33 | 294.46 | 0.61 | 0.42 |
| Hex | A0 | 2A | AC | 7 | 4C | 0 | 21 | 126 | 3D | 2A |
| Octal | 240 | 52 | 254 | 7 | 114 | 0 | 41 | 446 | 75 | 52 |
| Binary | 10100000 | 101010 | 10101100 | 111 | 1001100 | 0 | 100001 | 100100110 | 111101 | 101010 |
Color Harmonies of #A02AAC
Complementary color
Monochromatic Colors of #A02AAC
Black with #A02AAC
Text Example
Text Example
White with #A02AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02AAC; }
p { color: rgb(160,42,172); }
H1.HeaderClassName
{
color: #A02AAC;
}
.AnyTagClassName
{
color: #A02AAC;
}
</style>
background-color css
<style>
a { background-color: #A02AAC; }
a { background-color: rgb(160,42,172); }
div.DivClassName
{
background-color: #A02AAC;
}
.BgClassName
{
background-color: #A02AAC;
}
</style>
border-color css
<style>
span { border-color: #A02AAC; }
span { border-color: rgb(160,42,172); }
td.TdClassName
{
border-color: #A02AAC;
}
.TagClassName
{
border-color: #A02AAC;
}
</style>