Shades of Dark Orchid #A22BAB
Tints of Dark Orchid #A22BAB
RGB
CMYK
RGB Variations
Color information
#A22BAB (or 0xA22BAB) is known color: Dark Orchid. HEX triplet: A2, 2B and AB. RGB value is (162,43,171). Sum of RGB (Red+Green+Blue) = 162+43+171=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #A22BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22BAB is #5DD454. Grayscale: #5C5C5C. Windows color (decimal): -6149205 or 11217826. OLE color: 11217826.
HSL color Cylindrical-coordinate representation of color #A22BAB: hue angle of 295.78º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22BAB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 43 | 171 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.33 |
| HSL | 295.78º | 0.6% | 0.42% | - |
| HSV(B) | 295.78º | 0.75% | 0.67% | - |
| XYZ | 23.11 | 12.35 | 39.69 | - |
| YUV | 93.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 171 | 0.05 | 0.75 | 0 | 0.33 | 295.78 | 0.6 | 0.42 |
| Hex | A2 | 2B | AB | 5 | 4B | 0 | 21 | 128 | 3C | 2A |
| Octal | 242 | 53 | 253 | 5 | 113 | 0 | 41 | 450 | 74 | 52 |
| Binary | 10100010 | 101011 | 10101011 | 101 | 1001011 | 0 | 100001 | 100101000 | 111100 | 101010 |
Color Harmonies of #A22BAB
Complementary color
Monochromatic Colors of #A22BAB
Black with #A22BAB
Text Example
Text Example
White with #A22BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BAB; }
p { color: rgb(162,43,171); }
H1.HeaderClassName
{
color: #A22BAB;
}
.AnyTagClassName
{
color: #A22BAB;
}
</style>
background-color css
<style>
a { background-color: #A22BAB; }
a { background-color: rgb(162,43,171); }
div.DivClassName
{
background-color: #A22BAB;
}
.BgClassName
{
background-color: #A22BAB;
}
</style>
border-color css
<style>
span { border-color: #A22BAB; }
span { border-color: rgb(162,43,171); }
td.TdClassName
{
border-color: #A22BAB;
}
.TagClassName
{
border-color: #A22BAB;
}
</style>