Shades of Dark Purple #A22287
Tints of Dark Purple #A22287
RGB
CMYK
RGB Variations
Color information
#A22287 (or 0xA22287) is known color: Dark Purple. HEX triplet: A2, 22 and 87. RGB value is (162,34,135). Sum of RGB (Red+Green+Blue) = 162+34+135=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A22287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22287 is #5DDD78. Grayscale: #535353. Windows color (decimal): -6151545 or 8856226. OLE color: 8856226.
HSL color Cylindrical-coordinate representation of color #A22287: hue angle of 312.66º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22287 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 135 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.36 |
| HSL | 312.66º | 0.65% | 0.38% | - |
| HSV(B) | 312.66º | 0.79% | 0.64% | - |
| XYZ | 19.85 | 10.57 | 23.92 | - |
| YUV | 83.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 135 | 0 | 0.79 | 0.17 | 0.36 | 312.66 | 0.65 | 0.38 |
| Hex | A2 | 22 | 87 | 0 | 4F | 11 | 24 | 139 | 41 | 26 |
| Octal | 242 | 42 | 207 | 0 | 117 | 21 | 44 | 471 | 101 | 46 |
| Binary | 10100010 | 100010 | 10000111 | 0 | 1001111 | 10001 | 100100 | 100111001 | 1000001 | 100110 |
Color Harmonies of #A22287
Complementary color
Monochromatic Colors of #A22287
Black with #A22287
Text Example
Text Example
White with #A22287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22287; }
p { color: rgb(162,34,135); }
H1.HeaderClassName
{
color: #A22287;
}
.AnyTagClassName
{
color: #A22287;
}
</style>
background-color css
<style>
a { background-color: #A22287; }
a { background-color: rgb(162,34,135); }
div.DivClassName
{
background-color: #A22287;
}
.BgClassName
{
background-color: #A22287;
}
</style>
border-color css
<style>
span { border-color: #A22287; }
span { border-color: rgb(162,34,135); }
td.TdClassName
{
border-color: #A22287;
}
.TagClassName
{
border-color: #A22287;
}
</style>