Shades of Dark Orchid #A22DB8
Tints of Dark Orchid #A22DB8
RGB
CMYK
RGB Variations
Color information
#A22DB8 (or 0xA22DB8) is known color: Dark Orchid. HEX triplet: A2, 2D and B8. RGB value is (162,45,184). Sum of RGB (Red+Green+Blue) = 162+45+184=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #A22DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DB8 is #5DD247. Grayscale: #5F5F5F. Windows color (decimal): -6148680 or 12070306. OLE color: 12070306.
HSL color Cylindrical-coordinate representation of color #A22DB8: hue angle of 290.5º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22DB8 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 45 | 184 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.28 |
| HSL | 290.5º | 0.61% | 0.45% | - |
| HSV(B) | 290.5º | 0.76% | 0.72% | - |
| XYZ | 24.49 | 13.02 | 46.57 | - |
| YUV | 95.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 184 | 0.12 | 0.76 | 0 | 0.28 | 290.5 | 0.61 | 0.45 |
| Hex | A2 | 2D | B8 | C | 4C | 0 | 1C | 123 | 3D | 2D |
| Octal | 242 | 55 | 270 | 14 | 114 | 0 | 34 | 443 | 75 | 55 |
| Binary | 10100010 | 101101 | 10111000 | 1100 | 1001100 | 0 | 11100 | 100100011 | 111101 | 101101 |
Color Harmonies of #A22DB8
Complementary color
Monochromatic Colors of #A22DB8
Black with #A22DB8
Text Example
Text Example
White with #A22DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DB8; }
p { color: rgb(162,45,184); }
H1.HeaderClassName
{
color: #A22DB8;
}
.AnyTagClassName
{
color: #A22DB8;
}
</style>
background-color css
<style>
a { background-color: #A22DB8; }
a { background-color: rgb(162,45,184); }
div.DivClassName
{
background-color: #A22DB8;
}
.BgClassName
{
background-color: #A22DB8;
}
</style>
border-color css
<style>
span { border-color: #A22DB8; }
span { border-color: rgb(162,45,184); }
td.TdClassName
{
border-color: #A22DB8;
}
.TagClassName
{
border-color: #A22DB8;
}
</style>