Shades of Dark Orchid #A23BDE
Tints of Dark Orchid #A23BDE
RGB
CMYK
RGB Variations
Color information
#A23BDE (or 0xA23BDE) is known color: Dark Orchid. HEX triplet: A2, 3B and DE. RGB value is (162,59,222). Sum of RGB (Red+Green+Blue) = 162+59+222=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #A23BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BDE is #5DC421. Grayscale: #6B6B6B. Windows color (decimal): -6145058 or 14564258. OLE color: 14564258.
HSL color Cylindrical-coordinate representation of color #A23BDE: hue angle of 277.91º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23BDE is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 59 | 222 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.13 |
| HSL | 277.91º | 0.71% | 0.55% | - |
| HSV(B) | 277.91º | 0.73% | 0.87% | - |
| XYZ | 29.65 | 16.08 | 70.65 | - |
| YUV | 108.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 222 | 0.27 | 0.73 | 0 | 0.13 | 277.91 | 0.71 | 0.55 |
| Hex | A2 | 3B | DE | 1B | 49 | 0 | D | 116 | 47 | 37 |
| Octal | 242 | 73 | 336 | 33 | 111 | 0 | 15 | 426 | 107 | 67 |
| Binary | 10100010 | 111011 | 11011110 | 11011 | 1001001 | 0 | 1101 | 100010110 | 1000111 | 110111 |
Color Harmonies of #A23BDE
Complementary color
Monochromatic Colors of #A23BDE
Black with #A23BDE
Text Example
Text Example
White with #A23BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BDE; }
p { color: rgb(162,59,222); }
H1.HeaderClassName
{
color: #A23BDE;
}
.AnyTagClassName
{
color: #A23BDE;
}
</style>
background-color css
<style>
a { background-color: #A23BDE; }
a { background-color: rgb(162,59,222); }
div.DivClassName
{
background-color: #A23BDE;
}
.BgClassName
{
background-color: #A23BDE;
}
</style>
border-color css
<style>
span { border-color: #A23BDE; }
span { border-color: rgb(162,59,222); }
td.TdClassName
{
border-color: #A23BDE;
}
.TagClassName
{
border-color: #A23BDE;
}
</style>