Shades of Dark Orchid #A322AB
Tints of Dark Orchid #A322AB
RGB
CMYK
RGB Variations
Color information
#A322AB (or 0xA322AB) is known color: Dark Orchid. HEX triplet: A3, 22 and AB. RGB value is (163,34,171). Sum of RGB (Red+Green+Blue) = 163+34+171=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #A322AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A322AB is #5CDD54. Grayscale: #575757. Windows color (decimal): -6085973 or 11215523. OLE color: 11215523.
HSL color Cylindrical-coordinate representation of color #A322AB: hue angle of 296.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A322AB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 34 | 171 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.33 |
| HSL | 296.5º | 0.67% | 0.4% | - |
| HSV(B) | 296.5º | 0.8% | 0.67% | - |
| XYZ | 23.03 | 11.87 | 39.61 | - |
| YUV | 88.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 171 | 0.05 | 0.80 | 0 | 0.33 | 296.5 | 0.67 | 0.4 |
| Hex | A3 | 22 | AB | 5 | 50 | 0 | 21 | 128 | 43 | 28 |
| Octal | 243 | 42 | 253 | 5 | 120 | 0 | 41 | 450 | 103 | 50 |
| Binary | 10100011 | 100010 | 10101011 | 101 | 1010000 | 0 | 100001 | 100101000 | 1000011 | 101000 |
Color Harmonies of #A322AB
Complementary color
Monochromatic Colors of #A322AB
Black with #A322AB
Text Example
Text Example
White with #A322AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A322AB; }
p { color: rgb(163,34,171); }
H1.HeaderClassName
{
color: #A322AB;
}
.AnyTagClassName
{
color: #A322AB;
}
</style>
background-color css
<style>
a { background-color: #A322AB; }
a { background-color: rgb(163,34,171); }
div.DivClassName
{
background-color: #A322AB;
}
.BgClassName
{
background-color: #A322AB;
}
</style>
border-color css
<style>
span { border-color: #A322AB; }
span { border-color: rgb(163,34,171); }
td.TdClassName
{
border-color: #A322AB;
}
.TagClassName
{
border-color: #A322AB;
}
</style>