Shades of Dark Orchid #A22DAB
Tints of Dark Orchid #A22DAB
RGB
CMYK
RGB Variations
Color information
#A22DAB (or 0xA22DAB) is known color: Dark Orchid. HEX triplet: A2, 2D and AB. RGB value is (162,45,171). Sum of RGB (Red+Green+Blue) = 162+45+171=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A22DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22DAB is #5DD254. Grayscale: #5D5D5D. Windows color (decimal): -6148693 or 11218338. OLE color: 11218338.
HSL color Cylindrical-coordinate representation of color #A22DAB: hue angle of 295.71º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22DAB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 45 | 171 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.33 |
| HSL | 295.71º | 0.58% | 0.42% | - |
| HSV(B) | 295.71º | 0.74% | 0.67% | - |
| XYZ | 23.19 | 12.5 | 39.72 | - |
| YUV | 94.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 171 | 0.05 | 0.74 | 0 | 0.33 | 295.71 | 0.58 | 0.42 |
| Hex | A2 | 2D | AB | 5 | 4A | 0 | 21 | 128 | 3A | 2A |
| Octal | 242 | 55 | 253 | 5 | 112 | 0 | 41 | 450 | 72 | 52 |
| Binary | 10100010 | 101101 | 10101011 | 101 | 1001010 | 0 | 100001 | 100101000 | 111010 | 101010 |
Color Harmonies of #A22DAB
Complementary color
Monochromatic Colors of #A22DAB
Black with #A22DAB
Text Example
Text Example
White with #A22DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DAB; }
p { color: rgb(162,45,171); }
H1.HeaderClassName
{
color: #A22DAB;
}
.AnyTagClassName
{
color: #A22DAB;
}
</style>
background-color css
<style>
a { background-color: #A22DAB; }
a { background-color: rgb(162,45,171); }
div.DivClassName
{
background-color: #A22DAB;
}
.BgClassName
{
background-color: #A22DAB;
}
</style>
border-color css
<style>
span { border-color: #A22DAB; }
span { border-color: rgb(162,45,171); }
td.TdClassName
{
border-color: #A22DAB;
}
.TagClassName
{
border-color: #A22DAB;
}
</style>