Shades of Dark Orchid #A023DE
Tints of Dark Orchid #A023DE
RGB
CMYK
RGB Variations
Color information
#A023DE (or 0xA023DE) is known color: Dark Orchid. HEX triplet: A0, 23 and DE. RGB value is (160,35,222). Sum of RGB (Red+Green+Blue) = 160+35+222=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #A023DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023DE is #5FDC21. Grayscale: #5D5D5D. Windows color (decimal): -6282274 or 14558112. OLE color: 14558112.
HSL color Cylindrical-coordinate representation of color #A023DE: hue angle of 280.11º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A023DE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 35 | 222 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.13 |
| HSL | 280.11º | 0.74% | 0.5% | - |
| HSV(B) | 280.11º | 0.84% | 0.87% | - |
| XYZ | 28.28 | 13.95 | 70.31 | - |
| YUV | 93.69 | 200.41 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 222 | 0.28 | 0.84 | 0 | 0.13 | 280.11 | 0.74 | 0.5 |
| Hex | A0 | 23 | DE | 1C | 54 | 0 | D | 118 | 4A | 32 |
| Octal | 240 | 43 | 336 | 34 | 124 | 0 | 15 | 430 | 112 | 62 |
| Binary | 10100000 | 100011 | 11011110 | 11100 | 1010100 | 0 | 1101 | 100011000 | 1001010 | 110010 |
Color Harmonies of #A023DE
Complementary color
Monochromatic Colors of #A023DE
Black with #A023DE
Text Example
Text Example
White with #A023DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A023DE; }
p { color: rgb(160,35,222); }
H1.HeaderClassName
{
color: #A023DE;
}
.AnyTagClassName
{
color: #A023DE;
}
</style>
background-color css
<style>
a { background-color: #A023DE; }
a { background-color: rgb(160,35,222); }
div.DivClassName
{
background-color: #A023DE;
}
.BgClassName
{
background-color: #A023DE;
}
</style>
border-color css
<style>
span { border-color: #A023DE; }
span { border-color: rgb(160,35,222); }
td.TdClassName
{
border-color: #A023DE;
}
.TagClassName
{
border-color: #A023DE;
}
</style>