Shades of Dark Orchid #A823DC
Tints of Dark Orchid #A823DC
RGB
CMYK
RGB Variations
Color information
#A823DC (or 0xA823DC) is known color: Dark Orchid. HEX triplet: A8, 23 and DC. RGB value is (168,35,220). Sum of RGB (Red+Green+Blue) = 168+35+220=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #A823DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823DC is #57DC23. Grayscale: #5F5F5F. Windows color (decimal): -5757988 or 14427048. OLE color: 14427048.
HSL color Cylindrical-coordinate representation of color #A823DC: hue angle of 283.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A823DC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 35 | 220 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.14 |
| HSL | 283.14º | 0.73% | 0.5% | - |
| HSV(B) | 283.14º | 0.84% | 0.86% | - |
| XYZ | 29.67 | 14.69 | 68.98 | - |
| YUV | 95.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 220 | 0.24 | 0.84 | 0 | 0.14 | 283.14 | 0.73 | 0.5 |
| Hex | A8 | 23 | DC | 18 | 54 | 0 | E | 11B | 49 | 32 |
| Octal | 250 | 43 | 334 | 30 | 124 | 0 | 16 | 433 | 111 | 62 |
| Binary | 10101000 | 100011 | 11011100 | 11000 | 1010100 | 0 | 1110 | 100011011 | 1001001 | 110010 |
Color Harmonies of #A823DC
Complementary color
Monochromatic Colors of #A823DC
Black with #A823DC
Text Example
Text Example
White with #A823DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823DC; }
p { color: rgb(168,35,220); }
H1.HeaderClassName
{
color: #A823DC;
}
.AnyTagClassName
{
color: #A823DC;
}
</style>
background-color css
<style>
a { background-color: #A823DC; }
a { background-color: rgb(168,35,220); }
div.DivClassName
{
background-color: #A823DC;
}
.BgClassName
{
background-color: #A823DC;
}
</style>
border-color css
<style>
span { border-color: #A823DC; }
span { border-color: rgb(168,35,220); }
td.TdClassName
{
border-color: #A823DC;
}
.TagClassName
{
border-color: #A823DC;
}
</style>