Shades of Dark Orchid #A23BDB
Tints of Dark Orchid #A23BDB
RGB
CMYK
RGB Variations
Color information
#A23BDB (or 0xA23BDB) is known color: Dark Orchid. HEX triplet: A2, 3B and DB. RGB value is (162,59,219). Sum of RGB (Red+Green+Blue) = 162+59+219=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #A23BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BDB is #5DC424. Grayscale: #6B6B6B. Windows color (decimal): -6145061 or 14367650. OLE color: 14367650.
HSL color Cylindrical-coordinate representation of color #A23BDB: hue angle of 278.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23BDB is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 59 | 219 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.14 |
| HSL | 278.63º | 0.69% | 0.55% | - |
| HSV(B) | 278.63º | 0.73% | 0.86% | - |
| XYZ | 29.25 | 15.92 | 68.55 | - |
| YUV | 108.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 219 | 0.26 | 0.73 | 0 | 0.14 | 278.63 | 0.69 | 0.55 |
| Hex | A2 | 3B | DB | 1A | 49 | 0 | E | 117 | 45 | 37 |
| Octal | 242 | 73 | 333 | 32 | 111 | 0 | 16 | 427 | 105 | 67 |
| Binary | 10100010 | 111011 | 11011011 | 11010 | 1001001 | 0 | 1110 | 100010111 | 1000101 | 110111 |
Color Harmonies of #A23BDB
Complementary color
Monochromatic Colors of #A23BDB
Black with #A23BDB
Text Example
Text Example
White with #A23BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BDB; }
p { color: rgb(162,59,219); }
H1.HeaderClassName
{
color: #A23BDB;
}
.AnyTagClassName
{
color: #A23BDB;
}
</style>
background-color css
<style>
a { background-color: #A23BDB; }
a { background-color: rgb(162,59,219); }
div.DivClassName
{
background-color: #A23BDB;
}
.BgClassName
{
background-color: #A23BDB;
}
</style>
border-color css
<style>
span { border-color: #A23BDB; }
span { border-color: rgb(162,59,219); }
td.TdClassName
{
border-color: #A23BDB;
}
.TagClassName
{
border-color: #A23BDB;
}
</style>