Shades of Dark Orchid #A22CB5
Tints of Dark Orchid #A22CB5
RGB
CMYK
RGB Variations
Color information
#A22CB5 (or 0xA22CB5) is known color: Dark Orchid. HEX triplet: A2, 2C and B5. RGB value is (162,44,181). Sum of RGB (Red+Green+Blue) = 162+44+181=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #A22CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CB5 is #5DD34A. Grayscale: #5E5E5E. Windows color (decimal): -6148939 or 11873442. OLE color: 11873442.
HSL color Cylindrical-coordinate representation of color #A22CB5: hue angle of 291.68º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22CB5 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 44 | 181 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.29 |
| HSL | 291.68º | 0.61% | 0.44% | - |
| HSV(B) | 291.68º | 0.76% | 0.71% | - |
| XYZ | 24.14 | 12.82 | 44.92 | - |
| YUV | 94.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 181 | 0.10 | 0.76 | 0 | 0.29 | 291.68 | 0.61 | 0.44 |
| Hex | A2 | 2C | B5 | A | 4C | 0 | 1D | 124 | 3D | 2C |
| Octal | 242 | 54 | 265 | 12 | 114 | 0 | 35 | 444 | 75 | 54 |
| Binary | 10100010 | 101100 | 10110101 | 1010 | 1001100 | 0 | 11101 | 100100100 | 111101 | 101100 |
Color Harmonies of #A22CB5
Complementary color
Monochromatic Colors of #A22CB5
Black with #A22CB5
Text Example
Text Example
White with #A22CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22CB5; }
p { color: rgb(162,44,181); }
H1.HeaderClassName
{
color: #A22CB5;
}
.AnyTagClassName
{
color: #A22CB5;
}
</style>
background-color css
<style>
a { background-color: #A22CB5; }
a { background-color: rgb(162,44,181); }
div.DivClassName
{
background-color: #A22CB5;
}
.BgClassName
{
background-color: #A22CB5;
}
</style>
border-color css
<style>
span { border-color: #A22CB5; }
span { border-color: rgb(162,44,181); }
td.TdClassName
{
border-color: #A22CB5;
}
.TagClassName
{
border-color: #A22CB5;
}
</style>