Shades of Dark Orchid #A23ED8
Tints of Dark Orchid #A23ED8
RGB
CMYK
RGB Variations
Color information
#A23ED8 (or 0xA23ED8) is known color: Dark Orchid. HEX triplet: A2, 3E and D8. RGB value is (162,62,216). Sum of RGB (Red+Green+Blue) = 162+62+216=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #A23ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ED8 is #5DC127. Grayscale: #6C6C6C. Windows color (decimal): -6144296 or 14171810. OLE color: 14171810.
HSL color Cylindrical-coordinate representation of color #A23ED8: hue angle of 278.96º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23ED8 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 62 | 216 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.15 |
| HSL | 278.96º | 0.66% | 0.55% | - |
| HSV(B) | 278.96º | 0.71% | 0.85% | - |
| XYZ | 29.02 | 16.08 | 66.54 | - |
| YUV | 109.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 216 | 0.25 | 0.71 | 0 | 0.15 | 278.96 | 0.66 | 0.55 |
| Hex | A2 | 3E | D8 | 19 | 47 | 0 | F | 117 | 42 | 37 |
| Octal | 242 | 76 | 330 | 31 | 107 | 0 | 17 | 427 | 102 | 67 |
| Binary | 10100010 | 111110 | 11011000 | 11001 | 1000111 | 0 | 1111 | 100010111 | 1000010 | 110111 |
Color Harmonies of #A23ED8
Complementary color
Monochromatic Colors of #A23ED8
Black with #A23ED8
Text Example
Text Example
White with #A23ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23ED8; }
p { color: rgb(162,62,216); }
H1.HeaderClassName
{
color: #A23ED8;
}
.AnyTagClassName
{
color: #A23ED8;
}
</style>
background-color css
<style>
a { background-color: #A23ED8; }
a { background-color: rgb(162,62,216); }
div.DivClassName
{
background-color: #A23ED8;
}
.BgClassName
{
background-color: #A23ED8;
}
</style>
border-color css
<style>
span { border-color: #A23ED8; }
span { border-color: rgb(162,62,216); }
td.TdClassName
{
border-color: #A23ED8;
}
.TagClassName
{
border-color: #A23ED8;
}
</style>