Shades of Dark Orchid #A02AAD
Tints of Dark Orchid #A02AAD
RGB
CMYK
RGB Variations
Color information
#A02AAD (or 0xA02AAD) is known color: Dark Orchid. HEX triplet: A0, 2A and AD. RGB value is (160,42,173). Sum of RGB (Red+Green+Blue) = 160+42+173=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #A02AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02AAD is #5FD552. Grayscale: #5B5B5B. Windows color (decimal): -6280531 or 11348640. OLE color: 11348640.
HSL color Cylindrical-coordinate representation of color #A02AAD: hue angle of 294.05º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02AAD is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 42 | 173 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.32 |
| HSL | 294.05º | 0.61% | 0.42% | - |
| HSV(B) | 294.05º | 0.76% | 0.68% | - |
| XYZ | 22.87 | 12.15 | 40.67 | - |
| YUV | 92.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 173 | 0.08 | 0.76 | 0 | 0.32 | 294.05 | 0.61 | 0.42 |
| Hex | A0 | 2A | AD | 8 | 4C | 0 | 20 | 126 | 3D | 2A |
| Octal | 240 | 52 | 255 | 10 | 114 | 0 | 40 | 446 | 75 | 52 |
| Binary | 10100000 | 101010 | 10101101 | 1000 | 1001100 | 0 | 100000 | 100100110 | 111101 | 101010 |
Color Harmonies of #A02AAD
Complementary color
Monochromatic Colors of #A02AAD
Black with #A02AAD
Text Example
Text Example
White with #A02AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02AAD; }
p { color: rgb(160,42,173); }
H1.HeaderClassName
{
color: #A02AAD;
}
.AnyTagClassName
{
color: #A02AAD;
}
</style>
background-color css
<style>
a { background-color: #A02AAD; }
a { background-color: rgb(160,42,173); }
div.DivClassName
{
background-color: #A02AAD;
}
.BgClassName
{
background-color: #A02AAD;
}
</style>
border-color css
<style>
span { border-color: #A02AAD; }
span { border-color: rgb(160,42,173); }
td.TdClassName
{
border-color: #A02AAD;
}
.TagClassName
{
border-color: #A02AAD;
}
</style>