Shades of Dark Purple #A2177D
Tints of Dark Purple #A2177D
RGB
CMYK
RGB Variations
Color information
#A2177D (or 0xA2177D) is known color: Dark Purple. HEX triplet: A2, 17 and 7D. RGB value is (162,23,125). Sum of RGB (Red+Green+Blue) = 162+23+125=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2177D is #5DE882. Grayscale: #4B4B4B. Windows color (decimal): -6154371 or 8198050. OLE color: 8198050.
HSL color Cylindrical-coordinate representation of color #A2177D: hue angle of 315.97º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2177D is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 125 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.36 |
| HSL | 315.97º | 0.75% | 0.36% | - |
| HSV(B) | 315.97º | 0.86% | 0.64% | - |
| XYZ | 18.91 | 9.77 | 20.29 | - |
| YUV | 76.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 125 | 0 | 0.86 | 0.23 | 0.36 | 315.97 | 0.75 | 0.36 |
| Hex | A2 | 17 | 7D | 0 | 56 | 17 | 24 | 13C | 4B | 24 |
| Octal | 242 | 27 | 175 | 0 | 126 | 27 | 44 | 474 | 113 | 44 |
| Binary | 10100010 | 10111 | 1111101 | 0 | 1010110 | 10111 | 100100 | 100111100 | 1001011 | 100100 |
Color Harmonies of #A2177D
Complementary color
Monochromatic Colors of #A2177D
Black with #A2177D
Text Example
Text Example
White with #A2177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2177D; }
p { color: rgb(162,23,125); }
H1.HeaderClassName
{
color: #A2177D;
}
.AnyTagClassName
{
color: #A2177D;
}
</style>
background-color css
<style>
a { background-color: #A2177D; }
a { background-color: rgb(162,23,125); }
div.DivClassName
{
background-color: #A2177D;
}
.BgClassName
{
background-color: #A2177D;
}
</style>
border-color css
<style>
span { border-color: #A2177D; }
span { border-color: rgb(162,23,125); }
td.TdClassName
{
border-color: #A2177D;
}
.TagClassName
{
border-color: #A2177D;
}
</style>