Shades of Dark Orchid #A23BCD
Tints of Dark Orchid #A23BCD
RGB
CMYK
RGB Variations
Color information
#A23BCD (or 0xA23BCD) is known color: Dark Orchid. HEX triplet: A2, 3B and CD. RGB value is (162,59,205). Sum of RGB (Red+Green+Blue) = 162+59+205=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #A23BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BCD is #5DC432. Grayscale: #696969. Windows color (decimal): -6145075 or 13450146. OLE color: 13450146.
HSL color Cylindrical-coordinate representation of color #A23BCD: hue angle of 282.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23BCD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 59 | 205 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.20 |
| HSL | 282.33º | 0.59% | 0.52% | - |
| HSV(B) | 282.33º | 0.71% | 0.8% | - |
| XYZ | 27.48 | 15.22 | 59.25 | - |
| YUV | 106.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 205 | 0.21 | 0.71 | 0 | 0.20 | 282.33 | 0.59 | 0.52 |
| Hex | A2 | 3B | CD | 15 | 47 | 0 | 14 | 11A | 3B | 34 |
| Octal | 242 | 73 | 315 | 25 | 107 | 0 | 24 | 432 | 73 | 64 |
| Binary | 10100010 | 111011 | 11001101 | 10101 | 1000111 | 0 | 10100 | 100011010 | 111011 | 110100 |
Color Harmonies of #A23BCD
Complementary color
Monochromatic Colors of #A23BCD
Black with #A23BCD
Text Example
Text Example
White with #A23BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BCD; }
p { color: rgb(162,59,205); }
H1.HeaderClassName
{
color: #A23BCD;
}
.AnyTagClassName
{
color: #A23BCD;
}
</style>
background-color css
<style>
a { background-color: #A23BCD; }
a { background-color: rgb(162,59,205); }
div.DivClassName
{
background-color: #A23BCD;
}
.BgClassName
{
background-color: #A23BCD;
}
</style>
border-color css
<style>
span { border-color: #A23BCD; }
span { border-color: rgb(162,59,205); }
td.TdClassName
{
border-color: #A23BCD;
}
.TagClassName
{
border-color: #A23BCD;
}
</style>