Shades of Dark Orchid #A22BB7
Tints of Dark Orchid #A22BB7
RGB
CMYK
RGB Variations
Color information
#A22BB7 (or 0xA22BB7) is known color: Dark Orchid. HEX triplet: A2, 2B and B7. RGB value is (162,43,183). Sum of RGB (Red+Green+Blue) = 162+43+183=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #A22BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BB7 is #5DD448. Grayscale: #5E5E5E. Windows color (decimal): -6149193 or 12004258. OLE color: 12004258.
HSL color Cylindrical-coordinate representation of color #A22BB7: hue angle of 291º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22BB7 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 43 | 183 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.28 |
| HSL | 291º | 0.62% | 0.44% | - |
| HSV(B) | 291º | 0.77% | 0.72% | - |
| XYZ | 24.31 | 12.83 | 45.99 | - |
| YUV | 94.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 183 | 0.11 | 0.77 | 0 | 0.28 | 291 | 0.62 | 0.44 |
| Hex | A2 | 2B | B7 | B | 4D | 0 | 1C | 123 | 3E | 2C |
| Octal | 242 | 53 | 267 | 13 | 115 | 0 | 34 | 443 | 76 | 54 |
| Binary | 10100010 | 101011 | 10110111 | 1011 | 1001101 | 0 | 11100 | 100100011 | 111110 | 101100 |
Color Harmonies of #A22BB7
Complementary color
Monochromatic Colors of #A22BB7
Black with #A22BB7
Text Example
Text Example
White with #A22BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BB7; }
p { color: rgb(162,43,183); }
H1.HeaderClassName
{
color: #A22BB7;
}
.AnyTagClassName
{
color: #A22BB7;
}
</style>
background-color css
<style>
a { background-color: #A22BB7; }
a { background-color: rgb(162,43,183); }
div.DivClassName
{
background-color: #A22BB7;
}
.BgClassName
{
background-color: #A22BB7;
}
</style>
border-color css
<style>
span { border-color: #A22BB7; }
span { border-color: rgb(162,43,183); }
td.TdClassName
{
border-color: #A22BB7;
}
.TagClassName
{
border-color: #A22BB7;
}
</style>