Shades of Dark Orchid #A02DCC
Tints of Dark Orchid #A02DCC
RGB
CMYK
RGB Variations
Color information
#A02DCC (or 0xA02DCC) is known color: Dark Orchid. HEX triplet: A0, 2D and CC. RGB value is (160,45,204). Sum of RGB (Red+Green+Blue) = 160+45+204=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #A02DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DCC is #5FD233. Grayscale: #606060. Windows color (decimal): -6279732 or 13381024. OLE color: 13381024.
HSL color Cylindrical-coordinate representation of color #A02DCC: hue angle of 283.4º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02DCC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 45 | 204 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.2 |
| HSL | 283.4º | 0.64% | 0.49% | - |
| HSV(B) | 283.4º | 0.78% | 0.8% | - |
| XYZ | 26.33 | 13.71 | 58.39 | - |
| YUV | 97.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 204 | 0.22 | 0.78 | 0 | 0.2 | 283.4 | 0.64 | 0.49 |
| Hex | A0 | 2D | CC | 16 | 4E | 0 | 14 | 11B | 40 | 31 |
| Octal | 240 | 55 | 314 | 26 | 116 | 0 | 24 | 433 | 100 | 61 |
| Binary | 10100000 | 101101 | 11001100 | 10110 | 1001110 | 0 | 10100 | 100011011 | 1000000 | 110001 |
Color Harmonies of #A02DCC
Complementary color
Monochromatic Colors of #A02DCC
Black with #A02DCC
Text Example
Text Example
White with #A02DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DCC; }
p { color: rgb(160,45,204); }
H1.HeaderClassName
{
color: #A02DCC;
}
.AnyTagClassName
{
color: #A02DCC;
}
</style>
background-color css
<style>
a { background-color: #A02DCC; }
a { background-color: rgb(160,45,204); }
div.DivClassName
{
background-color: #A02DCC;
}
.BgClassName
{
background-color: #A02DCC;
}
</style>
border-color css
<style>
span { border-color: #A02DCC; }
span { border-color: rgb(160,45,204); }
td.TdClassName
{
border-color: #A02DCC;
}
.TagClassName
{
border-color: #A02DCC;
}
</style>