Shades of Dark Orchid #A22ACC
Tints of Dark Orchid #A22ACC
RGB
CMYK
RGB Variations
Color information
#A22ACC (or 0xA22ACC) is known color: Dark Orchid. HEX triplet: A2, 2A and CC. RGB value is (162,42,204). Sum of RGB (Red+Green+Blue) = 162+42+204=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #A22ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ACC is #5DD533. Grayscale: #5F5F5F. Windows color (decimal): -6149428 or 13380258. OLE color: 13380258.
HSL color Cylindrical-coordinate representation of color #A22ACC: hue angle of 284.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22ACC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 42 | 204 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.2 |
| HSL | 284.44º | 0.66% | 0.48% | - |
| HSV(B) | 284.44º | 0.79% | 0.8% | - |
| XYZ | 26.63 | 13.7 | 58.37 | - |
| YUV | 96.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 204 | 0.21 | 0.79 | 0 | 0.2 | 284.44 | 0.66 | 0.48 |
| Hex | A2 | 2A | CC | 15 | 4F | 0 | 14 | 11C | 42 | 30 |
| Octal | 242 | 52 | 314 | 25 | 117 | 0 | 24 | 434 | 102 | 60 |
| Binary | 10100010 | 101010 | 11001100 | 10101 | 1001111 | 0 | 10100 | 100011100 | 1000010 | 110000 |
Color Harmonies of #A22ACC
Complementary color
Monochromatic Colors of #A22ACC
Black with #A22ACC
Text Example
Text Example
White with #A22ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22ACC; }
p { color: rgb(162,42,204); }
H1.HeaderClassName
{
color: #A22ACC;
}
.AnyTagClassName
{
color: #A22ACC;
}
</style>
background-color css
<style>
a { background-color: #A22ACC; }
a { background-color: rgb(162,42,204); }
div.DivClassName
{
background-color: #A22ACC;
}
.BgClassName
{
background-color: #A22ACC;
}
</style>
border-color css
<style>
span { border-color: #A22ACC; }
span { border-color: rgb(162,42,204); }
td.TdClassName
{
border-color: #A22ACC;
}
.TagClassName
{
border-color: #A22ACC;
}
</style>