Shades of Dark Orchid #A321E2
Tints of Dark Orchid #A321E2
RGB
CMYK
RGB Variations
Color information
#A321E2 (or 0xA321E2) is known color: Dark Orchid. HEX triplet: A3, 21 and E2. RGB value is (163,33,226). Sum of RGB (Red+Green+Blue) = 163+33+226=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #A321E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321E2 is #5CDE1D. Grayscale: #5D5D5D. Windows color (decimal): -6086174 or 14819747. OLE color: 14819747.
HSL color Cylindrical-coordinate representation of color #A321E2: hue angle of 280.41º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A321E2 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 33 | 226 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.11 |
| HSL | 280.41º | 0.77% | 0.51% | - |
| HSV(B) | 280.41º | 0.85% | 0.89% | - |
| XYZ | 29.38 | 14.37 | 73.18 | - |
| YUV | 93.87 | 202.57 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 226 | 0.28 | 0.85 | 0 | 0.11 | 280.41 | 0.77 | 0.51 |
| Hex | A3 | 21 | E2 | 1C | 55 | 0 | B | 118 | 4D | 33 |
| Octal | 243 | 41 | 342 | 34 | 125 | 0 | 13 | 430 | 115 | 63 |
| Binary | 10100011 | 100001 | 11100010 | 11100 | 1010101 | 0 | 1011 | 100011000 | 1001101 | 110011 |
Color Harmonies of #A321E2
Complementary color
Monochromatic Colors of #A321E2
Black with #A321E2
Text Example
Text Example
White with #A321E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321E2; }
p { color: rgb(163,33,226); }
H1.HeaderClassName
{
color: #A321E2;
}
.AnyTagClassName
{
color: #A321E2;
}
</style>
background-color css
<style>
a { background-color: #A321E2; }
a { background-color: rgb(163,33,226); }
div.DivClassName
{
background-color: #A321E2;
}
.BgClassName
{
background-color: #A321E2;
}
</style>
border-color css
<style>
span { border-color: #A321E2; }
span { border-color: rgb(163,33,226); }
td.TdClassName
{
border-color: #A321E2;
}
.TagClassName
{
border-color: #A321E2;
}
</style>