Shades of Dark Orchid #A22DBB
Tints of Dark Orchid #A22DBB
RGB
CMYK
RGB Variations
Color information
#A22DBB (or 0xA22DBB) is known color: Dark Orchid. HEX triplet: A2, 2D and BB. RGB value is (162,45,187). Sum of RGB (Red+Green+Blue) = 162+45+187=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #A22DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DBB is #5DD244. Grayscale: #5F5F5F. Windows color (decimal): -6148677 or 12266914. OLE color: 12266914.
HSL color Cylindrical-coordinate representation of color #A22DBB: hue angle of 289.44º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22DBB is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 45 | 187 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.27 |
| HSL | 289.44º | 0.61% | 0.45% | - |
| HSV(B) | 289.44º | 0.76% | 0.73% | - |
| XYZ | 24.81 | 13.15 | 48.24 | - |
| YUV | 96.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 187 | 0.13 | 0.76 | 0 | 0.27 | 289.44 | 0.61 | 0.45 |
| Hex | A2 | 2D | BB | D | 4C | 0 | 1B | 121 | 3D | 2D |
| Octal | 242 | 55 | 273 | 15 | 114 | 0 | 33 | 441 | 75 | 55 |
| Binary | 10100010 | 101101 | 10111011 | 1101 | 1001100 | 0 | 11011 | 100100001 | 111101 | 101101 |
Color Harmonies of #A22DBB
Complementary color
Monochromatic Colors of #A22DBB
Black with #A22DBB
Text Example
Text Example
White with #A22DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DBB; }
p { color: rgb(162,45,187); }
H1.HeaderClassName
{
color: #A22DBB;
}
.AnyTagClassName
{
color: #A22DBB;
}
</style>
background-color css
<style>
a { background-color: #A22DBB; }
a { background-color: rgb(162,45,187); }
div.DivClassName
{
background-color: #A22DBB;
}
.BgClassName
{
background-color: #A22DBB;
}
</style>
border-color css
<style>
span { border-color: #A22DBB; }
span { border-color: rgb(162,45,187); }
td.TdClassName
{
border-color: #A22DBB;
}
.TagClassName
{
border-color: #A22DBB;
}
</style>