Shades of Dark Purple #A22383
Tints of Dark Purple #A22383
RGB
CMYK
RGB Variations
Color information
#A22383 (or 0xA22383) is known color: Dark Purple. HEX triplet: A2, 23 and 83. RGB value is (162,35,131). Sum of RGB (Red+Green+Blue) = 162+35+131=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A22383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22383 is #5DDC7C. Grayscale: #535353. Windows color (decimal): -6151293 or 8594338. OLE color: 8594338.
HSL color Cylindrical-coordinate representation of color #A22383: hue angle of 314.65º 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 #A22383 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 131 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.36 |
| HSL | 314.65º | 0.64% | 0.39% | - |
| HSV(B) | 314.65º | 0.78% | 0.64% | - |
| XYZ | 19.6 | 10.52 | 22.47 | - |
| YUV | 83.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 131 | 0 | 0.78 | 0.19 | 0.36 | 314.65 | 0.64 | 0.39 |
| Hex | A2 | 23 | 83 | 0 | 4E | 13 | 24 | 13B | 40 | 27 |
| Octal | 242 | 43 | 203 | 0 | 116 | 23 | 44 | 473 | 100 | 47 |
| Binary | 10100010 | 100011 | 10000011 | 0 | 1001110 | 10011 | 100100 | 100111011 | 1000000 | 100111 |
Color Harmonies of #A22383
Complementary color
Monochromatic Colors of #A22383
Black with #A22383
Text Example
Text Example
White with #A22383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22383; }
p { color: rgb(162,35,131); }
H1.HeaderClassName
{
color: #A22383;
}
.AnyTagClassName
{
color: #A22383;
}
</style>
background-color css
<style>
a { background-color: #A22383; }
a { background-color: rgb(162,35,131); }
div.DivClassName
{
background-color: #A22383;
}
.BgClassName
{
background-color: #A22383;
}
</style>
border-color css
<style>
span { border-color: #A22383; }
span { border-color: rgb(162,35,131); }
td.TdClassName
{
border-color: #A22383;
}
.TagClassName
{
border-color: #A22383;
}
</style>