Shades of Dark Orchid #A022DF
Tints of Dark Orchid #A022DF
RGB
CMYK
RGB Variations
Color information
#A022DF (or 0xA022DF) is known color: Dark Orchid. HEX triplet: A0, 22 and DF. RGB value is (160,34,223). Sum of RGB (Red+Green+Blue) = 160+34+223=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #A022DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022DF is #5FDD20. Grayscale: #5C5C5C. Windows color (decimal): -6282529 or 14623392. OLE color: 14623392.
HSL color Cylindrical-coordinate representation of color #A022DF: hue angle of 280º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A022DF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 34 | 223 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.13 |
| HSL | 280º | 0.75% | 0.5% | - |
| HSV(B) | 280º | 0.85% | 0.87% | - |
| XYZ | 28.39 | 13.95 | 71.01 | - |
| YUV | 93.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 223 | 0.28 | 0.85 | 0 | 0.13 | 280 | 0.75 | 0.5 |
| Hex | A0 | 22 | DF | 1C | 55 | 0 | D | 118 | 4B | 32 |
| Octal | 240 | 42 | 337 | 34 | 125 | 0 | 15 | 430 | 113 | 62 |
| Binary | 10100000 | 100010 | 11011111 | 11100 | 1010101 | 0 | 1101 | 100011000 | 1001011 | 110010 |
Color Harmonies of #A022DF
Complementary color
Monochromatic Colors of #A022DF
Black with #A022DF
Text Example
Text Example
White with #A022DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022DF; }
p { color: rgb(160,34,223); }
H1.HeaderClassName
{
color: #A022DF;
}
.AnyTagClassName
{
color: #A022DF;
}
</style>
background-color css
<style>
a { background-color: #A022DF; }
a { background-color: rgb(160,34,223); }
div.DivClassName
{
background-color: #A022DF;
}
.BgClassName
{
background-color: #A022DF;
}
</style>
border-color css
<style>
span { border-color: #A022DF; }
span { border-color: rgb(160,34,223); }
td.TdClassName
{
border-color: #A022DF;
}
.TagClassName
{
border-color: #A022DF;
}
</style>