Shades of Dark Purple #A22585
Tints of Dark Purple #A22585
RGB
CMYK
RGB Variations
Color information
#A22585 (or 0xA22585) is known color: Dark Purple. HEX triplet: A2, 25 and 85. RGB value is (162,37,133). Sum of RGB (Red+Green+Blue) = 162+37+133=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A22585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22585 is #5DDA7A. Grayscale: #555555. Windows color (decimal): -6150779 or 8725922. OLE color: 8725922.
HSL color Cylindrical-coordinate representation of color #A22585: hue angle of 313.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22585 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 133 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.36 |
| HSL | 313.92º | 0.63% | 0.39% | - |
| HSV(B) | 313.92º | 0.77% | 0.64% | - |
| XYZ | 19.8 | 10.7 | 23.21 | - |
| YUV | 85.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 133 | 0 | 0.77 | 0.18 | 0.36 | 313.92 | 0.63 | 0.39 |
| Hex | A2 | 25 | 85 | 0 | 4D | 12 | 24 | 13A | 3F | 27 |
| Octal | 242 | 45 | 205 | 0 | 115 | 22 | 44 | 472 | 77 | 47 |
| Binary | 10100010 | 100101 | 10000101 | 0 | 1001101 | 10010 | 100100 | 100111010 | 111111 | 100111 |
Color Harmonies of #A22585
Complementary color
Monochromatic Colors of #A22585
Black with #A22585
Text Example
Text Example
White with #A22585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22585; }
p { color: rgb(162,37,133); }
H1.HeaderClassName
{
color: #A22585;
}
.AnyTagClassName
{
color: #A22585;
}
</style>
background-color css
<style>
a { background-color: #A22585; }
a { background-color: rgb(162,37,133); }
div.DivClassName
{
background-color: #A22585;
}
.BgClassName
{
background-color: #A22585;
}
</style>
border-color css
<style>
span { border-color: #A22585; }
span { border-color: rgb(162,37,133); }
td.TdClassName
{
border-color: #A22585;
}
.TagClassName
{
border-color: #A22585;
}
</style>