Shades of Dark Orchid #A321E0
Tints of Dark Orchid #A321E0
RGB
CMYK
RGB Variations
Color information
#A321E0 (or 0xA321E0) is known color: Dark Orchid. HEX triplet: A3, 21 and E0. RGB value is (163,33,224). Sum of RGB (Red+Green+Blue) = 163+33+224=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #A321E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321E0 is #5CDE1F. Grayscale: #5D5D5D. Windows color (decimal): -6086176 or 14688675. OLE color: 14688675.
HSL color Cylindrical-coordinate representation of color #A321E0: hue angle of 280.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A321E0 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 33 | 224 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.12 |
| HSL | 280.84º | 0.75% | 0.5% | - |
| HSV(B) | 280.84º | 0.85% | 0.88% | - |
| XYZ | 29.1 | 14.26 | 71.74 | - |
| YUV | 93.64 | 201.57 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 224 | 0.27 | 0.85 | 0 | 0.12 | 280.84 | 0.75 | 0.5 |
| Hex | A3 | 21 | E0 | 1B | 55 | 0 | C | 119 | 4B | 32 |
| Octal | 243 | 41 | 340 | 33 | 125 | 0 | 14 | 431 | 113 | 62 |
| Binary | 10100011 | 100001 | 11100000 | 11011 | 1010101 | 0 | 1100 | 100011001 | 1001011 | 110010 |
Color Harmonies of #A321E0
Complementary color
Monochromatic Colors of #A321E0
Black with #A321E0
Text Example
Text Example
White with #A321E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321E0; }
p { color: rgb(163,33,224); }
H1.HeaderClassName
{
color: #A321E0;
}
.AnyTagClassName
{
color: #A321E0;
}
</style>
background-color css
<style>
a { background-color: #A321E0; }
a { background-color: rgb(163,33,224); }
div.DivClassName
{
background-color: #A321E0;
}
.BgClassName
{
background-color: #A321E0;
}
</style>
border-color css
<style>
span { border-color: #A321E0; }
span { border-color: rgb(163,33,224); }
td.TdClassName
{
border-color: #A321E0;
}
.TagClassName
{
border-color: #A321E0;
}
</style>