Shades of Dark Orchid #A320DC
Tints of Dark Orchid #A320DC
RGB
CMYK
RGB Variations
Color information
#A320DC (or 0xA320DC) is known color: Dark Orchid. HEX triplet: A3, 20 and DC. RGB value is (163,32,220). Sum of RGB (Red+Green+Blue) = 163+32+220=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #A320DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320DC is #5CDF23. Grayscale: #5B5B5B. Windows color (decimal): -6086436 or 14426275. OLE color: 14426275.
HSL color Cylindrical-coordinate representation of color #A320DC: hue angle of 281.81º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A320DC is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 32 | 220 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.14 |
| HSL | 281.81º | 0.75% | 0.49% | - |
| HSV(B) | 281.81º | 0.85% | 0.86% | - |
| XYZ | 28.54 | 13.99 | 68.91 | - |
| YUV | 92.6 | 199.9 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 220 | 0.26 | 0.85 | 0 | 0.14 | 281.81 | 0.75 | 0.49 |
| Hex | A3 | 20 | DC | 1A | 55 | 0 | E | 11A | 4B | 31 |
| Octal | 243 | 40 | 334 | 32 | 125 | 0 | 16 | 432 | 113 | 61 |
| Binary | 10100011 | 100000 | 11011100 | 11010 | 1010101 | 0 | 1110 | 100011010 | 1001011 | 110001 |
Color Harmonies of #A320DC
Complementary color
Monochromatic Colors of #A320DC
Black with #A320DC
Text Example
Text Example
White with #A320DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320DC; }
p { color: rgb(163,32,220); }
H1.HeaderClassName
{
color: #A320DC;
}
.AnyTagClassName
{
color: #A320DC;
}
</style>
background-color css
<style>
a { background-color: #A320DC; }
a { background-color: rgb(163,32,220); }
div.DivClassName
{
background-color: #A320DC;
}
.BgClassName
{
background-color: #A320DC;
}
</style>
border-color css
<style>
span { border-color: #A320DC; }
span { border-color: rgb(163,32,220); }
td.TdClassName
{
border-color: #A320DC;
}
.TagClassName
{
border-color: #A320DC;
}
</style>