Shades of Dark Orchid #A22BB6
Tints of Dark Orchid #A22BB6
RGB
CMYK
RGB Variations
Color information
#A22BB6 (or 0xA22BB6) is known color: Dark Orchid. HEX triplet: A2, 2B and B6. RGB value is (162,43,182). Sum of RGB (Red+Green+Blue) = 162+43+182=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #A22BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BB6 is #5DD449. Grayscale: #5D5D5D. Windows color (decimal): -6149194 or 11938722. OLE color: 11938722.
HSL color Cylindrical-coordinate representation of color #A22BB6: hue angle of 291.37º degrees, saturation: 0.62, 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 #A22BB6 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 43 | 182 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.29 |
| HSL | 291.37º | 0.62% | 0.44% | - |
| HSV(B) | 291.37º | 0.76% | 0.71% | - |
| XYZ | 24.21 | 12.79 | 45.45 | - |
| YUV | 94.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 182 | 0.11 | 0.76 | 0 | 0.29 | 291.37 | 0.62 | 0.44 |
| Hex | A2 | 2B | B6 | B | 4C | 0 | 1D | 123 | 3E | 2C |
| Octal | 242 | 53 | 266 | 13 | 114 | 0 | 35 | 443 | 76 | 54 |
| Binary | 10100010 | 101011 | 10110110 | 1011 | 1001100 | 0 | 11101 | 100100011 | 111110 | 101100 |
Color Harmonies of #A22BB6
Complementary color
Monochromatic Colors of #A22BB6
Black with #A22BB6
Text Example
Text Example
White with #A22BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BB6; }
p { color: rgb(162,43,182); }
H1.HeaderClassName
{
color: #A22BB6;
}
.AnyTagClassName
{
color: #A22BB6;
}
</style>
background-color css
<style>
a { background-color: #A22BB6; }
a { background-color: rgb(162,43,182); }
div.DivClassName
{
background-color: #A22BB6;
}
.BgClassName
{
background-color: #A22BB6;
}
</style>
border-color css
<style>
span { border-color: #A22BB6; }
span { border-color: rgb(162,43,182); }
td.TdClassName
{
border-color: #A22BB6;
}
.TagClassName
{
border-color: #A22BB6;
}
</style>