Shades of Dark Orchid #A023CE
Tints of Dark Orchid #A023CE
RGB
CMYK
RGB Variations
Color information
#A023CE (or 0xA023CE) is known color: Dark Orchid. HEX triplet: A0, 23 and CE. RGB value is (160,35,206). Sum of RGB (Red+Green+Blue) = 160+35+206=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #A023CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023CE is #5FDC31. Grayscale: #5B5B5B. Windows color (decimal): -6282290 or 13509536. OLE color: 13509536.
HSL color Cylindrical-coordinate representation of color #A023CE: hue angle of 283.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A023CE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 35 | 206 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.19 |
| HSL | 283.86º | 0.71% | 0.47% | - |
| HSV(B) | 283.86º | 0.83% | 0.81% | - |
| XYZ | 26.24 | 13.13 | 59.54 | - |
| YUV | 91.87 | 192.41 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 206 | 0.22 | 0.83 | 0 | 0.19 | 283.86 | 0.71 | 0.47 |
| Hex | A0 | 23 | CE | 16 | 53 | 0 | 13 | 11C | 47 | 2F |
| Octal | 240 | 43 | 316 | 26 | 123 | 0 | 23 | 434 | 107 | 57 |
| Binary | 10100000 | 100011 | 11001110 | 10110 | 1010011 | 0 | 10011 | 100011100 | 1000111 | 101111 |
Color Harmonies of #A023CE
Complementary color
Monochromatic Colors of #A023CE
Black with #A023CE
Text Example
Text Example
White with #A023CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A023CE; }
p { color: rgb(160,35,206); }
H1.HeaderClassName
{
color: #A023CE;
}
.AnyTagClassName
{
color: #A023CE;
}
</style>
background-color css
<style>
a { background-color: #A023CE; }
a { background-color: rgb(160,35,206); }
div.DivClassName
{
background-color: #A023CE;
}
.BgClassName
{
background-color: #A023CE;
}
</style>
border-color css
<style>
span { border-color: #A023CE; }
span { border-color: rgb(160,35,206); }
td.TdClassName
{
border-color: #A023CE;
}
.TagClassName
{
border-color: #A023CE;
}
</style>