Shades of Dark Orchid #A23ECE
Tints of Dark Orchid #A23ECE
RGB
CMYK
RGB Variations
Color information
#A23ECE (or 0xA23ECE) is known color: Dark Orchid. HEX triplet: A2, 3E and CE. RGB value is (162,62,206). Sum of RGB (Red+Green+Blue) = 162+62+206=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #A23ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ECE is #5DC131. Grayscale: #6B6B6B. Windows color (decimal): -6144306 or 13516450. OLE color: 13516450.
HSL color Cylindrical-coordinate representation of color #A23ECE: hue angle of 281.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23ECE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 62 | 206 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.19 |
| HSL | 281.67º | 0.6% | 0.53% | - |
| HSV(B) | 281.67º | 0.7% | 0.81% | - |
| XYZ | 27.76 | 15.58 | 59.94 | - |
| YUV | 108.32 | 183.13 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 206 | 0.21 | 0.70 | 0 | 0.19 | 281.67 | 0.6 | 0.53 |
| Hex | A2 | 3E | CE | 15 | 46 | 0 | 13 | 11A | 3C | 35 |
| Octal | 242 | 76 | 316 | 25 | 106 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100010 | 111110 | 11001110 | 10101 | 1000110 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A23ECE
Complementary color
Monochromatic Colors of #A23ECE
Black with #A23ECE
Text Example
Text Example
White with #A23ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23ECE; }
p { color: rgb(162,62,206); }
H1.HeaderClassName
{
color: #A23ECE;
}
.AnyTagClassName
{
color: #A23ECE;
}
</style>
background-color css
<style>
a { background-color: #A23ECE; }
a { background-color: rgb(162,62,206); }
div.DivClassName
{
background-color: #A23ECE;
}
.BgClassName
{
background-color: #A23ECE;
}
</style>
border-color css
<style>
span { border-color: #A23ECE; }
span { border-color: rgb(162,62,206); }
td.TdClassName
{
border-color: #A23ECE;
}
.TagClassName
{
border-color: #A23ECE;
}
</style>