Shades of Dark Orchid #A22CAC
Tints of Dark Orchid #A22CAC
RGB
CMYK
RGB Variations
Color information
#A22CAC (or 0xA22CAC) is known color: Dark Orchid. HEX triplet: A2, 2C and AC. RGB value is (162,44,172). Sum of RGB (Red+Green+Blue) = 162+44+172=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A22CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22CAC is #5DD353. Grayscale: #5D5D5D. Windows color (decimal): -6148948 or 11283618. OLE color: 11283618.
HSL color Cylindrical-coordinate representation of color #A22CAC: hue angle of 295.31º 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 #A22CAC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 44 | 172 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.33 |
| HSL | 295.31º | 0.59% | 0.42% | - |
| HSV(B) | 295.31º | 0.74% | 0.67% | - |
| XYZ | 23.25 | 12.46 | 40.21 | - |
| YUV | 93.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 172 | 0.06 | 0.74 | 0 | 0.33 | 295.31 | 0.59 | 0.42 |
| Hex | A2 | 2C | AC | 6 | 4A | 0 | 21 | 127 | 3B | 2A |
| Octal | 242 | 54 | 254 | 6 | 112 | 0 | 41 | 447 | 73 | 52 |
| Binary | 10100010 | 101100 | 10101100 | 110 | 1001010 | 0 | 100001 | 100100111 | 111011 | 101010 |
Color Harmonies of #A22CAC
Complementary color
Monochromatic Colors of #A22CAC
Black with #A22CAC
Text Example
Text Example
White with #A22CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22CAC; }
p { color: rgb(162,44,172); }
H1.HeaderClassName
{
color: #A22CAC;
}
.AnyTagClassName
{
color: #A22CAC;
}
</style>
background-color css
<style>
a { background-color: #A22CAC; }
a { background-color: rgb(162,44,172); }
div.DivClassName
{
background-color: #A22CAC;
}
.BgClassName
{
background-color: #A22CAC;
}
</style>
border-color css
<style>
span { border-color: #A22CAC; }
span { border-color: rgb(162,44,172); }
td.TdClassName
{
border-color: #A22CAC;
}
.TagClassName
{
border-color: #A22CAC;
}
</style>