Shades of Dark Orchid #A22DB7
Tints of Dark Orchid #A22DB7
RGB
CMYK
RGB Variations
Color information
#A22DB7 (or 0xA22DB7) is known color: Dark Orchid. HEX triplet: A2, 2D and B7. RGB value is (162,45,183). Sum of RGB (Red+Green+Blue) = 162+45+183=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #A22DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DB7 is #5DD248. Grayscale: #5F5F5F. Windows color (decimal): -6148681 or 12004770. OLE color: 12004770.
HSL color Cylindrical-coordinate representation of color #A22DB7: hue angle of 290.87º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22DB7 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 45 | 183 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.28 |
| HSL | 290.87º | 0.61% | 0.45% | - |
| HSV(B) | 290.87º | 0.75% | 0.72% | - |
| XYZ | 24.39 | 12.98 | 46.02 | - |
| YUV | 95.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 183 | 0.11 | 0.75 | 0 | 0.28 | 290.87 | 0.61 | 0.45 |
| Hex | A2 | 2D | B7 | B | 4B | 0 | 1C | 123 | 3D | 2D |
| Octal | 242 | 55 | 267 | 13 | 113 | 0 | 34 | 443 | 75 | 55 |
| Binary | 10100010 | 101101 | 10110111 | 1011 | 1001011 | 0 | 11100 | 100100011 | 111101 | 101101 |
Color Harmonies of #A22DB7
Complementary color
Monochromatic Colors of #A22DB7
Black with #A22DB7
Text Example
Text Example
White with #A22DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DB7; }
p { color: rgb(162,45,183); }
H1.HeaderClassName
{
color: #A22DB7;
}
.AnyTagClassName
{
color: #A22DB7;
}
</style>
background-color css
<style>
a { background-color: #A22DB7; }
a { background-color: rgb(162,45,183); }
div.DivClassName
{
background-color: #A22DB7;
}
.BgClassName
{
background-color: #A22DB7;
}
</style>
border-color css
<style>
span { border-color: #A22DB7; }
span { border-color: rgb(162,45,183); }
td.TdClassName
{
border-color: #A22DB7;
}
.TagClassName
{
border-color: #A22DB7;
}
</style>