Shades of Dark Orchid #A02DDC
Tints of Dark Orchid #A02DDC
RGB
CMYK
RGB Variations
Color information
#A02DDC (or 0xA02DDC) is known color: Dark Orchid. HEX triplet: A0, 2D and DC. RGB value is (160,45,220). Sum of RGB (Red+Green+Blue) = 160+45+220=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #A02DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DDC is #5FD223. Grayscale: #626262. Windows color (decimal): -6279716 or 14429600. OLE color: 14429600.
HSL color Cylindrical-coordinate representation of color #A02DDC: hue angle of 279.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02DDC is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 45 | 220 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.14 |
| HSL | 279.43º | 0.71% | 0.52% | - |
| HSV(B) | 279.43º | 0.8% | 0.86% | - |
| XYZ | 28.35 | 14.52 | 69.02 | - |
| YUV | 99.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 220 | 0.27 | 0.80 | 0 | 0.14 | 279.43 | 0.71 | 0.52 |
| Hex | A0 | 2D | DC | 1B | 50 | 0 | E | 117 | 47 | 34 |
| Octal | 240 | 55 | 334 | 33 | 120 | 0 | 16 | 427 | 107 | 64 |
| Binary | 10100000 | 101101 | 11011100 | 11011 | 1010000 | 0 | 1110 | 100010111 | 1000111 | 110100 |
Color Harmonies of #A02DDC
Complementary color
Monochromatic Colors of #A02DDC
Black with #A02DDC
Text Example
Text Example
White with #A02DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DDC; }
p { color: rgb(160,45,220); }
H1.HeaderClassName
{
color: #A02DDC;
}
.AnyTagClassName
{
color: #A02DDC;
}
</style>
background-color css
<style>
a { background-color: #A02DDC; }
a { background-color: rgb(160,45,220); }
div.DivClassName
{
background-color: #A02DDC;
}
.BgClassName
{
background-color: #A02DDC;
}
</style>
border-color css
<style>
span { border-color: #A02DDC; }
span { border-color: rgb(160,45,220); }
td.TdClassName
{
border-color: #A02DDC;
}
.TagClassName
{
border-color: #A02DDC;
}
</style>