Shades of Dark Orchid #A23CE0
Tints of Dark Orchid #A23CE0
RGB
CMYK
RGB Variations
Color information
#A23CE0 (or 0xA23CE0) is known color: Dark Orchid. HEX triplet: A2, 3C and E0. RGB value is (162,60,224). Sum of RGB (Red+Green+Blue) = 162+60+224=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #A23CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CE0 is #5DC31F. Grayscale: #6C6C6C. Windows color (decimal): -6144800 or 14695586. OLE color: 14695586.
HSL color Cylindrical-coordinate representation of color #A23CE0: hue angle of 277.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23CE0 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 60 | 224 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.12 |
| HSL | 277.32º | 0.73% | 0.56% | - |
| HSV(B) | 277.32º | 0.73% | 0.88% | - |
| XYZ | 29.97 | 16.29 | 72.09 | - |
| YUV | 109.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 224 | 0.28 | 0.73 | 0 | 0.12 | 277.32 | 0.73 | 0.56 |
| Hex | A2 | 3C | E0 | 1C | 49 | 0 | C | 115 | 49 | 38 |
| Octal | 242 | 74 | 340 | 34 | 111 | 0 | 14 | 425 | 111 | 70 |
| Binary | 10100010 | 111100 | 11100000 | 11100 | 1001001 | 0 | 1100 | 100010101 | 1001001 | 111000 |
Color Harmonies of #A23CE0
Complementary color
Monochromatic Colors of #A23CE0
Black with #A23CE0
Text Example
Text Example
White with #A23CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CE0; }
p { color: rgb(162,60,224); }
H1.HeaderClassName
{
color: #A23CE0;
}
.AnyTagClassName
{
color: #A23CE0;
}
</style>
background-color css
<style>
a { background-color: #A23CE0; }
a { background-color: rgb(162,60,224); }
div.DivClassName
{
background-color: #A23CE0;
}
.BgClassName
{
background-color: #A23CE0;
}
</style>
border-color css
<style>
span { border-color: #A23CE0; }
span { border-color: rgb(162,60,224); }
td.TdClassName
{
border-color: #A23CE0;
}
.TagClassName
{
border-color: #A23CE0;
}
</style>