Shades of Dark Orchid #A320DD
Tints of Dark Orchid #A320DD
RGB
CMYK
RGB Variations
Color information
#A320DD (or 0xA320DD) is known color: Dark Orchid. HEX triplet: A3, 20 and DD. RGB value is (163,32,221). Sum of RGB (Red+Green+Blue) = 163+32+221=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #A320DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320DD is #5CDF22. Grayscale: #5C5C5C. Windows color (decimal): -6086435 or 14491811. OLE color: 14491811.
HSL color Cylindrical-coordinate representation of color #A320DD: hue angle of 281.59º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A320DD is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 32 | 221 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.13 |
| HSL | 281.59º | 0.75% | 0.5% | - |
| HSV(B) | 281.59º | 0.86% | 0.87% | - |
| XYZ | 28.67 | 14.04 | 69.61 | - |
| YUV | 92.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 221 | 0.26 | 0.86 | 0 | 0.13 | 281.59 | 0.75 | 0.5 |
| Hex | A3 | 20 | DD | 1A | 56 | 0 | D | 11A | 4B | 32 |
| Octal | 243 | 40 | 335 | 32 | 126 | 0 | 15 | 432 | 113 | 62 |
| Binary | 10100011 | 100000 | 11011101 | 11010 | 1010110 | 0 | 1101 | 100011010 | 1001011 | 110010 |
Color Harmonies of #A320DD
Complementary color
Monochromatic Colors of #A320DD
Black with #A320DD
Text Example
Text Example
White with #A320DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320DD; }
p { color: rgb(163,32,221); }
H1.HeaderClassName
{
color: #A320DD;
}
.AnyTagClassName
{
color: #A320DD;
}
</style>
background-color css
<style>
a { background-color: #A320DD; }
a { background-color: rgb(163,32,221); }
div.DivClassName
{
background-color: #A320DD;
}
.BgClassName
{
background-color: #A320DD;
}
</style>
border-color css
<style>
span { border-color: #A320DD; }
span { border-color: rgb(163,32,221); }
td.TdClassName
{
border-color: #A320DD;
}
.TagClassName
{
border-color: #A320DD;
}
</style>