Shades of Dark Orchid #A22DB1
Tints of Dark Orchid #A22DB1
RGB
CMYK
RGB Variations
Color information
#A22DB1 (or 0xA22DB1) is known color: Dark Orchid. HEX triplet: A2, 2D and B1. RGB value is (162,45,177). Sum of RGB (Red+Green+Blue) = 162+45+177=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #A22DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22DB1 is #5DD24E. Grayscale: #5E5E5E. Windows color (decimal): -6148687 or 11611554. OLE color: 11611554.
HSL color Cylindrical-coordinate representation of color #A22DB1: hue angle of 293.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22DB1 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 45 | 177 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.31 |
| HSL | 293.18º | 0.59% | 0.44% | - |
| HSV(B) | 293.18º | 0.75% | 0.69% | - |
| XYZ | 23.77 | 12.73 | 42.8 | - |
| YUV | 95.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 177 | 0.08 | 0.75 | 0 | 0.31 | 293.18 | 0.59 | 0.44 |
| Hex | A2 | 2D | B1 | 8 | 4B | 0 | 1F | 125 | 3B | 2C |
| Octal | 242 | 55 | 261 | 10 | 113 | 0 | 37 | 445 | 73 | 54 |
| Binary | 10100010 | 101101 | 10110001 | 1000 | 1001011 | 0 | 11111 | 100100101 | 111011 | 101100 |
Color Harmonies of #A22DB1
Complementary color
Monochromatic Colors of #A22DB1
Black with #A22DB1
Text Example
Text Example
White with #A22DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DB1; }
p { color: rgb(162,45,177); }
H1.HeaderClassName
{
color: #A22DB1;
}
.AnyTagClassName
{
color: #A22DB1;
}
</style>
background-color css
<style>
a { background-color: #A22DB1; }
a { background-color: rgb(162,45,177); }
div.DivClassName
{
background-color: #A22DB1;
}
.BgClassName
{
background-color: #A22DB1;
}
</style>
border-color css
<style>
span { border-color: #A22DB1; }
span { border-color: rgb(162,45,177); }
td.TdClassName
{
border-color: #A22DB1;
}
.TagClassName
{
border-color: #A22DB1;
}
</style>