Shades of Dark Orchid #A02DDA
Tints of Dark Orchid #A02DDA
RGB
CMYK
RGB Variations
Color information
#A02DDA (or 0xA02DDA) is known color: Dark Orchid. HEX triplet: A0, 2D and DA. RGB value is (160,45,218). Sum of RGB (Red+Green+Blue) = 160+45+218=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #A02DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DDA is #5FD225. Grayscale: #626262. Windows color (decimal): -6279718 or 14298528. OLE color: 14298528.
HSL color Cylindrical-coordinate representation of color #A02DDA: hue angle of 279.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02DDA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 45 | 218 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.15 |
| HSL | 279.88º | 0.7% | 0.52% | - |
| HSV(B) | 279.88º | 0.79% | 0.85% | - |
| XYZ | 28.09 | 14.41 | 67.63 | - |
| YUV | 99.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 218 | 0.27 | 0.79 | 0 | 0.15 | 279.88 | 0.7 | 0.52 |
| Hex | A0 | 2D | DA | 1B | 4F | 0 | F | 118 | 46 | 34 |
| Octal | 240 | 55 | 332 | 33 | 117 | 0 | 17 | 430 | 106 | 64 |
| Binary | 10100000 | 101101 | 11011010 | 11011 | 1001111 | 0 | 1111 | 100011000 | 1000110 | 110100 |
Color Harmonies of #A02DDA
Complementary color
Monochromatic Colors of #A02DDA
Black with #A02DDA
Text Example
Text Example
White with #A02DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DDA; }
p { color: rgb(160,45,218); }
H1.HeaderClassName
{
color: #A02DDA;
}
.AnyTagClassName
{
color: #A02DDA;
}
</style>
background-color css
<style>
a { background-color: #A02DDA; }
a { background-color: rgb(160,45,218); }
div.DivClassName
{
background-color: #A02DDA;
}
.BgClassName
{
background-color: #A02DDA;
}
</style>
border-color css
<style>
span { border-color: #A02DDA; }
span { border-color: rgb(160,45,218); }
td.TdClassName
{
border-color: #A02DDA;
}
.TagClassName
{
border-color: #A02DDA;
}
</style>