Shades of Dark Orchid #A02ADC
Tints of Dark Orchid #A02ADC
RGB
CMYK
RGB Variations
Color information
#A02ADC (or 0xA02ADC) is known color: Dark Orchid. HEX triplet: A0, 2A and DC. RGB value is (160,42,220). Sum of RGB (Red+Green+Blue) = 160+42+220=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #A02ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ADC is #5FD523. Grayscale: #606060. Windows color (decimal): -6280484 or 14428832. OLE color: 14428832.
HSL color Cylindrical-coordinate representation of color #A02ADC: hue angle of 279.78º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02ADC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 42 | 220 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.14 |
| HSL | 279.78º | 0.72% | 0.51% | - |
| HSV(B) | 279.78º | 0.81% | 0.86% | - |
| XYZ | 28.24 | 14.3 | 68.98 | - |
| YUV | 97.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 220 | 0.27 | 0.81 | 0 | 0.14 | 279.78 | 0.72 | 0.51 |
| Hex | A0 | 2A | DC | 1B | 51 | 0 | E | 118 | 48 | 33 |
| Octal | 240 | 52 | 334 | 33 | 121 | 0 | 16 | 430 | 110 | 63 |
| Binary | 10100000 | 101010 | 11011100 | 11011 | 1010001 | 0 | 1110 | 100011000 | 1001000 | 110011 |
Color Harmonies of #A02ADC
Complementary color
Monochromatic Colors of #A02ADC
Black with #A02ADC
Text Example
Text Example
White with #A02ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ADC; }
p { color: rgb(160,42,220); }
H1.HeaderClassName
{
color: #A02ADC;
}
.AnyTagClassName
{
color: #A02ADC;
}
</style>
background-color css
<style>
a { background-color: #A02ADC; }
a { background-color: rgb(160,42,220); }
div.DivClassName
{
background-color: #A02ADC;
}
.BgClassName
{
background-color: #A02ADC;
}
</style>
border-color css
<style>
span { border-color: #A02ADC; }
span { border-color: rgb(160,42,220); }
td.TdClassName
{
border-color: #A02ADC;
}
.TagClassName
{
border-color: #A02ADC;
}
</style>