Shades of Dark Orchid #A22BBD
Tints of Dark Orchid #A22BBD
RGB
CMYK
RGB Variations
Color information
#A22BBD (or 0xA22BBD) is known color: Dark Orchid. HEX triplet: A2, 2B and BD. RGB value is (162,43,189). Sum of RGB (Red+Green+Blue) = 162+43+189=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #A22BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BBD is #5DD442. Grayscale: #5E5E5E. Windows color (decimal): -6149187 or 12397474. OLE color: 12397474.
HSL color Cylindrical-coordinate representation of color #A22BBD: hue angle of 288.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22BBD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 43 | 189 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.26 |
| HSL | 288.9º | 0.63% | 0.45% | - |
| HSV(B) | 288.9º | 0.77% | 0.74% | - |
| XYZ | 24.95 | 13.08 | 49.35 | - |
| YUV | 95.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 189 | 0.14 | 0.77 | 0 | 0.26 | 288.9 | 0.63 | 0.45 |
| Hex | A2 | 2B | BD | E | 4D | 0 | 1A | 121 | 3F | 2D |
| Octal | 242 | 53 | 275 | 16 | 115 | 0 | 32 | 441 | 77 | 55 |
| Binary | 10100010 | 101011 | 10111101 | 1110 | 1001101 | 0 | 11010 | 100100001 | 111111 | 101101 |
Color Harmonies of #A22BBD
Complementary color
Monochromatic Colors of #A22BBD
Black with #A22BBD
Text Example
Text Example
White with #A22BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BBD; }
p { color: rgb(162,43,189); }
H1.HeaderClassName
{
color: #A22BBD;
}
.AnyTagClassName
{
color: #A22BBD;
}
</style>
background-color css
<style>
a { background-color: #A22BBD; }
a { background-color: rgb(162,43,189); }
div.DivClassName
{
background-color: #A22BBD;
}
.BgClassName
{
background-color: #A22BBD;
}
</style>
border-color css
<style>
span { border-color: #A22BBD; }
span { border-color: rgb(162,43,189); }
td.TdClassName
{
border-color: #A22BBD;
}
.TagClassName
{
border-color: #A22BBD;
}
</style>