Shades of Dark Orchid #A321AA
Tints of Dark Orchid #A321AA
RGB
CMYK
RGB Variations
Color information
#A321AA (or 0xA321AA) is known color: Dark Orchid. HEX triplet: A3, 21 and AA. RGB value is (163,33,170). Sum of RGB (Red+Green+Blue) = 163+33+170=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #A321AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A321AA is #5CDE55. Grayscale: #575757. Windows color (decimal): -6086230 or 11149731. OLE color: 11149731.
HSL color Cylindrical-coordinate representation of color #A321AA: hue angle of 296.93º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A321AA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 33 | 170 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.33 |
| HSL | 296.93º | 0.67% | 0.4% | - |
| HSV(B) | 296.93º | 0.81% | 0.67% | - |
| XYZ | 22.9 | 11.78 | 39.1 | - |
| YUV | 87.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 170 | 0.04 | 0.81 | 0 | 0.33 | 296.93 | 0.67 | 0.4 |
| Hex | A3 | 21 | AA | 4 | 51 | 0 | 21 | 129 | 43 | 28 |
| Octal | 243 | 41 | 252 | 4 | 121 | 0 | 41 | 451 | 103 | 50 |
| Binary | 10100011 | 100001 | 10101010 | 100 | 1010001 | 0 | 100001 | 100101001 | 1000011 | 101000 |
Color Harmonies of #A321AA
Complementary color
Monochromatic Colors of #A321AA
Black with #A321AA
Text Example
Text Example
White with #A321AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321AA; }
p { color: rgb(163,33,170); }
H1.HeaderClassName
{
color: #A321AA;
}
.AnyTagClassName
{
color: #A321AA;
}
</style>
background-color css
<style>
a { background-color: #A321AA; }
a { background-color: rgb(163,33,170); }
div.DivClassName
{
background-color: #A321AA;
}
.BgClassName
{
background-color: #A321AA;
}
</style>
border-color css
<style>
span { border-color: #A321AA; }
span { border-color: rgb(163,33,170); }
td.TdClassName
{
border-color: #A321AA;
}
.TagClassName
{
border-color: #A321AA;
}
</style>