Shades of Dark Orchid #A23EE0
Tints of Dark Orchid #A23EE0
RGB
CMYK
RGB Variations
Color information
#A23EE0 (or 0xA23EE0) is known color: Dark Orchid. HEX triplet: A2, 3E and E0. RGB value is (162,62,224). Sum of RGB (Red+Green+Blue) = 162+62+224=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #A23EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EE0 is #5DC11F. Grayscale: #6D6D6D. Windows color (decimal): -6144288 or 14696098. OLE color: 14696098.
HSL color Cylindrical-coordinate representation of color #A23EE0: hue angle of 277.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23EE0 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 62 | 224 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.12 |
| HSL | 277.04º | 0.72% | 0.56% | - |
| HSV(B) | 277.04º | 0.72% | 0.88% | - |
| XYZ | 30.08 | 16.51 | 72.12 | - |
| YUV | 110.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 224 | 0.28 | 0.72 | 0 | 0.12 | 277.04 | 0.72 | 0.56 |
| Hex | A2 | 3E | E0 | 1C | 48 | 0 | C | 115 | 48 | 38 |
| Octal | 242 | 76 | 340 | 34 | 110 | 0 | 14 | 425 | 110 | 70 |
| Binary | 10100010 | 111110 | 11100000 | 11100 | 1001000 | 0 | 1100 | 100010101 | 1001000 | 111000 |
Color Harmonies of #A23EE0
Complementary color
Monochromatic Colors of #A23EE0
Black with #A23EE0
Text Example
Text Example
White with #A23EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EE0; }
p { color: rgb(162,62,224); }
H1.HeaderClassName
{
color: #A23EE0;
}
.AnyTagClassName
{
color: #A23EE0;
}
</style>
background-color css
<style>
a { background-color: #A23EE0; }
a { background-color: rgb(162,62,224); }
div.DivClassName
{
background-color: #A23EE0;
}
.BgClassName
{
background-color: #A23EE0;
}
</style>
border-color css
<style>
span { border-color: #A23EE0; }
span { border-color: rgb(162,62,224); }
td.TdClassName
{
border-color: #A23EE0;
}
.TagClassName
{
border-color: #A23EE0;
}
</style>