Shades of Dark Orchid #A222AB
Tints of Dark Orchid #A222AB
RGB
CMYK
RGB Variations
Color information
#A222AB (or 0xA222AB) is known color: Dark Orchid. HEX triplet: A2, 22 and AB. RGB value is (162,34,171). Sum of RGB (Red+Green+Blue) = 162+34+171=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #A222AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A222AB is #5DDD54. Grayscale: #575757. Windows color (decimal): -6151509 or 11215522. OLE color: 11215522.
HSL color Cylindrical-coordinate representation of color #A222AB: hue angle of 296.06º 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 #A222AB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 34 | 171 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.33 |
| HSL | 296.06º | 0.67% | 0.4% | - |
| HSV(B) | 296.06º | 0.8% | 0.67% | - |
| XYZ | 22.82 | 11.77 | 39.6 | - |
| YUV | 87.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 171 | 0.05 | 0.80 | 0 | 0.33 | 296.06 | 0.67 | 0.4 |
| Hex | A2 | 22 | AB | 5 | 50 | 0 | 21 | 128 | 43 | 28 |
| Octal | 242 | 42 | 253 | 5 | 120 | 0 | 41 | 450 | 103 | 50 |
| Binary | 10100010 | 100010 | 10101011 | 101 | 1010000 | 0 | 100001 | 100101000 | 1000011 | 101000 |
Color Harmonies of #A222AB
Complementary color
Monochromatic Colors of #A222AB
Black with #A222AB
Text Example
Text Example
White with #A222AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A222AB; }
p { color: rgb(162,34,171); }
H1.HeaderClassName
{
color: #A222AB;
}
.AnyTagClassName
{
color: #A222AB;
}
</style>
background-color css
<style>
a { background-color: #A222AB; }
a { background-color: rgb(162,34,171); }
div.DivClassName
{
background-color: #A222AB;
}
.BgClassName
{
background-color: #A222AB;
}
</style>
border-color css
<style>
span { border-color: #A222AB; }
span { border-color: rgb(162,34,171); }
td.TdClassName
{
border-color: #A222AB;
}
.TagClassName
{
border-color: #A222AB;
}
</style>