Shades of Dark Orchid #A23CC0
Tints of Dark Orchid #A23CC0
RGB
CMYK
RGB Variations
Color information
#A23CC0 (or 0xA23CC0) is known color: Dark Orchid. HEX triplet: A2, 3C and C0. RGB value is (162,60,192). Sum of RGB (Red+Green+Blue) = 162+60+192=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #A23CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CC0 is #5DC33F. Grayscale: #696969. Windows color (decimal): -6144832 or 12598434. OLE color: 12598434.
HSL color Cylindrical-coordinate representation of color #A23CC0: hue angle of 286.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23CC0 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 60 | 192 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.25 |
| HSL | 286.36º | 0.52% | 0.49% | - |
| HSV(B) | 286.36º | 0.69% | 0.75% | - |
| XYZ | 26.03 | 14.72 | 51.34 | - |
| YUV | 105.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 192 | 0.16 | 0.69 | 0 | 0.25 | 286.36 | 0.52 | 0.49 |
| Hex | A2 | 3C | C0 | 10 | 45 | 0 | 19 | 11E | 34 | 31 |
| Octal | 242 | 74 | 300 | 20 | 105 | 0 | 31 | 436 | 64 | 61 |
| Binary | 10100010 | 111100 | 11000000 | 10000 | 1000101 | 0 | 11001 | 100011110 | 110100 | 110001 |
Color Harmonies of #A23CC0
Complementary color
Monochromatic Colors of #A23CC0
Black with #A23CC0
Text Example
Text Example
White with #A23CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CC0; }
p { color: rgb(162,60,192); }
H1.HeaderClassName
{
color: #A23CC0;
}
.AnyTagClassName
{
color: #A23CC0;
}
</style>
background-color css
<style>
a { background-color: #A23CC0; }
a { background-color: rgb(162,60,192); }
div.DivClassName
{
background-color: #A23CC0;
}
.BgClassName
{
background-color: #A23CC0;
}
</style>
border-color css
<style>
span { border-color: #A23CC0; }
span { border-color: rgb(162,60,192); }
td.TdClassName
{
border-color: #A23CC0;
}
.TagClassName
{
border-color: #A23CC0;
}
</style>