Shades of Dark Orchid #A321DD
Tints of Dark Orchid #A321DD
RGB
CMYK
RGB Variations
Color information
#A321DD (or 0xA321DD) is known color: Dark Orchid. HEX triplet: A3, 21 and DD. RGB value is (163,33,221). Sum of RGB (Red+Green+Blue) = 163+33+221=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #A321DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321DD is #5CDE22. Grayscale: #5C5C5C. Windows color (decimal): -6086179 or 14492067. OLE color: 14492067.
HSL color Cylindrical-coordinate representation of color #A321DD: hue angle of 281.49º 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 #A321DD is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 33 | 221 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.13 |
| HSL | 281.49º | 0.74% | 0.5% | - |
| HSV(B) | 281.49º | 0.85% | 0.87% | - |
| XYZ | 28.7 | 14.09 | 69.61 | - |
| YUV | 93.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 221 | 0.26 | 0.85 | 0 | 0.13 | 281.49 | 0.74 | 0.5 |
| Hex | A3 | 21 | DD | 1A | 55 | 0 | D | 119 | 4A | 32 |
| Octal | 243 | 41 | 335 | 32 | 125 | 0 | 15 | 431 | 112 | 62 |
| Binary | 10100011 | 100001 | 11011101 | 11010 | 1010101 | 0 | 1101 | 100011001 | 1001010 | 110010 |
Color Harmonies of #A321DD
Complementary color
Monochromatic Colors of #A321DD
Black with #A321DD
Text Example
Text Example
White with #A321DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321DD; }
p { color: rgb(163,33,221); }
H1.HeaderClassName
{
color: #A321DD;
}
.AnyTagClassName
{
color: #A321DD;
}
</style>
background-color css
<style>
a { background-color: #A321DD; }
a { background-color: rgb(163,33,221); }
div.DivClassName
{
background-color: #A321DD;
}
.BgClassName
{
background-color: #A321DD;
}
</style>
border-color css
<style>
span { border-color: #A321DD; }
span { border-color: rgb(163,33,221); }
td.TdClassName
{
border-color: #A321DD;
}
.TagClassName
{
border-color: #A321DD;
}
</style>