Shades of Dark Orchid #A22CAB
Tints of Dark Orchid #A22CAB
RGB
CMYK
RGB Variations
Color information
#A22CAB (or 0xA22CAB) is known color: Dark Orchid. HEX triplet: A2, 2C and AB. RGB value is (162,44,171). Sum of RGB (Red+Green+Blue) = 162+44+171=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #A22CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22CAB is #5DD354. Grayscale: #5D5D5D. Windows color (decimal): -6148949 or 11218082. OLE color: 11218082.
HSL color Cylindrical-coordinate representation of color #A22CAB: hue angle of 295.75º degrees, saturation: 0.59, 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 #A22CAB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 44 | 171 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.33 |
| HSL | 295.75º | 0.59% | 0.42% | - |
| HSV(B) | 295.75º | 0.74% | 0.67% | - |
| XYZ | 23.15 | 12.42 | 39.71 | - |
| YUV | 93.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 171 | 0.05 | 0.74 | 0 | 0.33 | 295.75 | 0.59 | 0.42 |
| Hex | A2 | 2C | AB | 5 | 4A | 0 | 21 | 128 | 3B | 2A |
| Octal | 242 | 54 | 253 | 5 | 112 | 0 | 41 | 450 | 73 | 52 |
| Binary | 10100010 | 101100 | 10101011 | 101 | 1001010 | 0 | 100001 | 100101000 | 111011 | 101010 |
Color Harmonies of #A22CAB
Complementary color
Monochromatic Colors of #A22CAB
Black with #A22CAB
Text Example
Text Example
White with #A22CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22CAB; }
p { color: rgb(162,44,171); }
H1.HeaderClassName
{
color: #A22CAB;
}
.AnyTagClassName
{
color: #A22CAB;
}
</style>
background-color css
<style>
a { background-color: #A22CAB; }
a { background-color: rgb(162,44,171); }
div.DivClassName
{
background-color: #A22CAB;
}
.BgClassName
{
background-color: #A22CAB;
}
</style>
border-color css
<style>
span { border-color: #A22CAB; }
span { border-color: rgb(162,44,171); }
td.TdClassName
{
border-color: #A22CAB;
}
.TagClassName
{
border-color: #A22CAB;
}
</style>