Shades of Dark Orchid #A23EBA
Tints of Dark Orchid #A23EBA
RGB
CMYK
RGB Variations
Color information
#A23EBA (or 0xA23EBA) is known color: Dark Orchid. HEX triplet: A2, 3E and BA. RGB value is (162,62,186). Sum of RGB (Red+Green+Blue) = 162+62+186=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A23EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EBA is #5DC145. Grayscale: #696969. Windows color (decimal): -6144326 or 12205730. OLE color: 12205730.
HSL color Cylindrical-coordinate representation of color #A23EBA: hue angle of 288.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23EBA is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 62 | 186 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.27 |
| HSL | 288.39º | 0.5% | 0.49% | - |
| HSV(B) | 288.39º | 0.67% | 0.73% | - |
| XYZ | 25.49 | 14.67 | 47.94 | - |
| YUV | 106.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 186 | 0.13 | 0.67 | 0 | 0.27 | 288.39 | 0.5 | 0.49 |
| Hex | A2 | 3E | BA | D | 43 | 0 | 1B | 120 | 32 | 31 |
| Octal | 242 | 76 | 272 | 15 | 103 | 0 | 33 | 440 | 62 | 61 |
| Binary | 10100010 | 111110 | 10111010 | 1101 | 1000011 | 0 | 11011 | 100100000 | 110010 | 110001 |
Color Harmonies of #A23EBA
Complementary color
Monochromatic Colors of #A23EBA
Black with #A23EBA
Text Example
Text Example
White with #A23EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EBA; }
p { color: rgb(162,62,186); }
H1.HeaderClassName
{
color: #A23EBA;
}
.AnyTagClassName
{
color: #A23EBA;
}
</style>
background-color css
<style>
a { background-color: #A23EBA; }
a { background-color: rgb(162,62,186); }
div.DivClassName
{
background-color: #A23EBA;
}
.BgClassName
{
background-color: #A23EBA;
}
</style>
border-color css
<style>
span { border-color: #A23EBA; }
span { border-color: rgb(162,62,186); }
td.TdClassName
{
border-color: #A23EBA;
}
.TagClassName
{
border-color: #A23EBA;
}
</style>