Shades of Dark Orchid #A823E6
Tints of Dark Orchid #A823E6
RGB
CMYK
RGB Variations
Color information
#A823E6 (or 0xA823E6) is known color: Dark Orchid. HEX triplet: A8, 23 and E6. RGB value is (168,35,230). Sum of RGB (Red+Green+Blue) = 168+35+230=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #A823E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A823E6 is #57DC19. Grayscale: #606060. Windows color (decimal): -5757978 or 15082408. OLE color: 15082408.
HSL color Cylindrical-coordinate representation of color #A823E6: hue angle of 280.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A823E6 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 35 | 230 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.10 |
| HSL | 280.92º | 0.8% | 0.52% | - |
| HSV(B) | 280.92º | 0.85% | 0.9% | - |
| XYZ | 31.03 | 15.24 | 76.17 | - |
| YUV | 97 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 230 | 0.27 | 0.85 | 0 | 0.10 | 280.92 | 0.8 | 0.52 |
| Hex | A8 | 23 | E6 | 1B | 55 | 0 | A | 119 | 50 | 34 |
| Octal | 250 | 43 | 346 | 33 | 125 | 0 | 12 | 431 | 120 | 64 |
| Binary | 10101000 | 100011 | 11100110 | 11011 | 1010101 | 0 | 1010 | 100011001 | 1010000 | 110100 |
Color Harmonies of #A823E6
Complementary color
Monochromatic Colors of #A823E6
Black with #A823E6
Text Example
Text Example
White with #A823E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823E6; }
p { color: rgb(168,35,230); }
H1.HeaderClassName
{
color: #A823E6;
}
.AnyTagClassName
{
color: #A823E6;
}
</style>
background-color css
<style>
a { background-color: #A823E6; }
a { background-color: rgb(168,35,230); }
div.DivClassName
{
background-color: #A823E6;
}
.BgClassName
{
background-color: #A823E6;
}
</style>
border-color css
<style>
span { border-color: #A823E6; }
span { border-color: rgb(168,35,230); }
td.TdClassName
{
border-color: #A823E6;
}
.TagClassName
{
border-color: #A823E6;
}
</style>