Shades of Dark Orchid #A321DE
Tints of Dark Orchid #A321DE
RGB
CMYK
RGB Variations
Color information
#A321DE (or 0xA321DE) is known color: Dark Orchid. HEX triplet: A3, 21 and DE. RGB value is (163,33,222). Sum of RGB (Red+Green+Blue) = 163+33+222=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #A321DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321DE is #5CDE21. Grayscale: #5C5C5C. Windows color (decimal): -6086178 or 14557603. OLE color: 14557603.
HSL color Cylindrical-coordinate representation of color #A321DE: hue angle of 281.27º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A321DE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 33 | 222 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.13 |
| HSL | 281.27º | 0.74% | 0.5% | - |
| HSV(B) | 281.27º | 0.85% | 0.87% | - |
| XYZ | 28.83 | 14.15 | 70.32 | - |
| YUV | 93.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 222 | 0.27 | 0.85 | 0 | 0.13 | 281.27 | 0.74 | 0.5 |
| Hex | A3 | 21 | DE | 1B | 55 | 0 | D | 119 | 4A | 32 |
| Octal | 243 | 41 | 336 | 33 | 125 | 0 | 15 | 431 | 112 | 62 |
| Binary | 10100011 | 100001 | 11011110 | 11011 | 1010101 | 0 | 1101 | 100011001 | 1001010 | 110010 |
Color Harmonies of #A321DE
Complementary color
Monochromatic Colors of #A321DE
Black with #A321DE
Text Example
Text Example
White with #A321DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321DE; }
p { color: rgb(163,33,222); }
H1.HeaderClassName
{
color: #A321DE;
}
.AnyTagClassName
{
color: #A321DE;
}
</style>
background-color css
<style>
a { background-color: #A321DE; }
a { background-color: rgb(163,33,222); }
div.DivClassName
{
background-color: #A321DE;
}
.BgClassName
{
background-color: #A321DE;
}
</style>
border-color css
<style>
span { border-color: #A321DE; }
span { border-color: rgb(163,33,222); }
td.TdClassName
{
border-color: #A321DE;
}
.TagClassName
{
border-color: #A321DE;
}
</style>