Shades of Dark Orchid #A23BDC
Tints of Dark Orchid #A23BDC
RGB
CMYK
RGB Variations
Color information
#A23BDC (or 0xA23BDC) is known color: Dark Orchid. HEX triplet: A2, 3B and DC. RGB value is (162,59,220). Sum of RGB (Red+Green+Blue) = 162+59+220=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #A23BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BDC is #5DC423. Grayscale: #6B6B6B. Windows color (decimal): -6145060 or 14433186. OLE color: 14433186.
HSL color Cylindrical-coordinate representation of color #A23BDC: hue angle of 278.39º degrees, saturation: 0.7, 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 #A23BDC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 59 | 220 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.14 |
| HSL | 278.39º | 0.7% | 0.55% | - |
| HSV(B) | 278.39º | 0.73% | 0.86% | - |
| XYZ | 29.38 | 15.98 | 69.25 | - |
| YUV | 108.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 220 | 0.26 | 0.73 | 0 | 0.14 | 278.39 | 0.7 | 0.55 |
| Hex | A2 | 3B | DC | 1A | 49 | 0 | E | 116 | 46 | 37 |
| Octal | 242 | 73 | 334 | 32 | 111 | 0 | 16 | 426 | 106 | 67 |
| Binary | 10100010 | 111011 | 11011100 | 11010 | 1001001 | 0 | 1110 | 100010110 | 1000110 | 110111 |
Color Harmonies of #A23BDC
Complementary color
Monochromatic Colors of #A23BDC
Black with #A23BDC
Text Example
Text Example
White with #A23BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BDC; }
p { color: rgb(162,59,220); }
H1.HeaderClassName
{
color: #A23BDC;
}
.AnyTagClassName
{
color: #A23BDC;
}
</style>
background-color css
<style>
a { background-color: #A23BDC; }
a { background-color: rgb(162,59,220); }
div.DivClassName
{
background-color: #A23BDC;
}
.BgClassName
{
background-color: #A23BDC;
}
</style>
border-color css
<style>
span { border-color: #A23BDC; }
span { border-color: rgb(162,59,220); }
td.TdClassName
{
border-color: #A23BDC;
}
.TagClassName
{
border-color: #A23BDC;
}
</style>