Shades of Dark Orchid #A23EDF
Tints of Dark Orchid #A23EDF
RGB
CMYK
RGB Variations
Color information
#A23EDF (or 0xA23EDF) is known color: Dark Orchid. HEX triplet: A2, 3E and DF. RGB value is (162,62,223). Sum of RGB (Red+Green+Blue) = 162+62+223=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #A23EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EDF is #5DC120. Grayscale: #6D6D6D. Windows color (decimal): -6144289 or 14630562. OLE color: 14630562.
HSL color Cylindrical-coordinate representation of color #A23EDF: hue angle of 277.27º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23EDF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 62 | 223 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.13 |
| HSL | 277.27º | 0.72% | 0.56% | - |
| HSV(B) | 277.27º | 0.72% | 0.87% | - |
| XYZ | 29.94 | 16.45 | 71.41 | - |
| YUV | 110.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 223 | 0.27 | 0.72 | 0 | 0.13 | 277.27 | 0.72 | 0.56 |
| Hex | A2 | 3E | DF | 1B | 48 | 0 | D | 115 | 48 | 38 |
| Octal | 242 | 76 | 337 | 33 | 110 | 0 | 15 | 425 | 110 | 70 |
| Binary | 10100010 | 111110 | 11011111 | 11011 | 1001000 | 0 | 1101 | 100010101 | 1001000 | 111000 |
Color Harmonies of #A23EDF
Complementary color
Monochromatic Colors of #A23EDF
Black with #A23EDF
Text Example
Text Example
White with #A23EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EDF; }
p { color: rgb(162,62,223); }
H1.HeaderClassName
{
color: #A23EDF;
}
.AnyTagClassName
{
color: #A23EDF;
}
</style>
background-color css
<style>
a { background-color: #A23EDF; }
a { background-color: rgb(162,62,223); }
div.DivClassName
{
background-color: #A23EDF;
}
.BgClassName
{
background-color: #A23EDF;
}
</style>
border-color css
<style>
span { border-color: #A23EDF; }
span { border-color: rgb(162,62,223); }
td.TdClassName
{
border-color: #A23EDF;
}
.TagClassName
{
border-color: #A23EDF;
}
</style>