Shades of Dark Purple #A22375
Tints of Dark Purple #A22375
RGB
CMYK
RGB Variations
Color information
#A22375 (or 0xA22375) is known color: Dark Purple. HEX triplet: A2, 23 and 75. RGB value is (162,35,117). Sum of RGB (Red+Green+Blue) = 162+35+117=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A22375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22375 is #5DDC8A. Grayscale: #525252. Windows color (decimal): -6151307 or 7676834. OLE color: 7676834.
HSL color Cylindrical-coordinate representation of color #A22375: hue angle of 321.26º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22375 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 117 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.36 |
| HSL | 321.26º | 0.64% | 0.39% | - |
| HSV(B) | 321.26º | 0.78% | 0.64% | - |
| XYZ | 18.71 | 10.17 | 17.81 | - |
| YUV | 82.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 117 | 0 | 0.78 | 0.28 | 0.36 | 321.26 | 0.64 | 0.39 |
| Hex | A2 | 23 | 75 | 0 | 4E | 1C | 24 | 141 | 40 | 27 |
| Octal | 242 | 43 | 165 | 0 | 116 | 34 | 44 | 501 | 100 | 47 |
| Binary | 10100010 | 100011 | 1110101 | 0 | 1001110 | 11100 | 100100 | 101000001 | 1000000 | 100111 |
Color Harmonies of #A22375
Complementary color
Monochromatic Colors of #A22375
Black with #A22375
Text Example
Text Example
White with #A22375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22375; }
p { color: rgb(162,35,117); }
H1.HeaderClassName
{
color: #A22375;
}
.AnyTagClassName
{
color: #A22375;
}
</style>
background-color css
<style>
a { background-color: #A22375; }
a { background-color: rgb(162,35,117); }
div.DivClassName
{
background-color: #A22375;
}
.BgClassName
{
background-color: #A22375;
}
</style>
border-color css
<style>
span { border-color: #A22375; }
span { border-color: rgb(162,35,117); }
td.TdClassName
{
border-color: #A22375;
}
.TagClassName
{
border-color: #A22375;
}
</style>