Shades of Dark Orchid #A02DDD
Tints of Dark Orchid #A02DDD
RGB
CMYK
RGB Variations
Color information
#A02DDD (or 0xA02DDD) is known color: Dark Orchid. HEX triplet: A0, 2D and DD. RGB value is (160,45,221). Sum of RGB (Red+Green+Blue) = 160+45+221=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #A02DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DDD is #5FD222. Grayscale: #626262. Windows color (decimal): -6279715 or 14495136. OLE color: 14495136.
HSL color Cylindrical-coordinate representation of color #A02DDD: hue angle of 279.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02DDD is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 45 | 221 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.13 |
| HSL | 279.2º | 0.72% | 0.52% | - |
| HSV(B) | 279.2º | 0.8% | 0.87% | - |
| XYZ | 28.49 | 14.57 | 69.72 | - |
| YUV | 99.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 221 | 0.28 | 0.80 | 0 | 0.13 | 279.2 | 0.72 | 0.52 |
| Hex | A0 | 2D | DD | 1C | 50 | 0 | D | 117 | 48 | 34 |
| Octal | 240 | 55 | 335 | 34 | 120 | 0 | 15 | 427 | 110 | 64 |
| Binary | 10100000 | 101101 | 11011101 | 11100 | 1010000 | 0 | 1101 | 100010111 | 1001000 | 110100 |
Color Harmonies of #A02DDD
Complementary color
Monochromatic Colors of #A02DDD
Black with #A02DDD
Text Example
Text Example
White with #A02DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DDD; }
p { color: rgb(160,45,221); }
H1.HeaderClassName
{
color: #A02DDD;
}
.AnyTagClassName
{
color: #A02DDD;
}
</style>
background-color css
<style>
a { background-color: #A02DDD; }
a { background-color: rgb(160,45,221); }
div.DivClassName
{
background-color: #A02DDD;
}
.BgClassName
{
background-color: #A02DDD;
}
</style>
border-color css
<style>
span { border-color: #A02DDD; }
span { border-color: rgb(160,45,221); }
td.TdClassName
{
border-color: #A02DDD;
}
.TagClassName
{
border-color: #A02DDD;
}
</style>