Shades of Dark Purple #A32177
Tints of Dark Purple #A32177
RGB
CMYK
RGB Variations
Color information
#A32177 (or 0xA32177) is known color: Dark Purple. HEX triplet: A3, 21 and 77. RGB value is (163,33,119). Sum of RGB (Red+Green+Blue) = 163+33+119=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A32177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32177 is #5CDE88. Grayscale: #515151. Windows color (decimal): -6086281 or 7807395. OLE color: 7807395.
HSL color Cylindrical-coordinate representation of color #A32177: hue angle of 320.31º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32177 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 119 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.36 |
| HSL | 320.31º | 0.66% | 0.38% | - |
| HSV(B) | 320.31º | 0.8% | 0.64% | - |
| XYZ | 18.98 | 10.21 | 18.42 | - |
| YUV | 81.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 119 | 0 | 0.80 | 0.27 | 0.36 | 320.31 | 0.66 | 0.38 |
| Hex | A3 | 21 | 77 | 0 | 50 | 1B | 24 | 140 | 42 | 26 |
| Octal | 243 | 41 | 167 | 0 | 120 | 33 | 44 | 500 | 102 | 46 |
| Binary | 10100011 | 100001 | 1110111 | 0 | 1010000 | 11011 | 100100 | 101000000 | 1000010 | 100110 |
Color Harmonies of #A32177
Complementary color
Monochromatic Colors of #A32177
Black with #A32177
Text Example
Text Example
White with #A32177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32177; }
p { color: rgb(163,33,119); }
H1.HeaderClassName
{
color: #A32177;
}
.AnyTagClassName
{
color: #A32177;
}
</style>
background-color css
<style>
a { background-color: #A32177; }
a { background-color: rgb(163,33,119); }
div.DivClassName
{
background-color: #A32177;
}
.BgClassName
{
background-color: #A32177;
}
</style>
border-color css
<style>
span { border-color: #A32177; }
span { border-color: rgb(163,33,119); }
td.TdClassName
{
border-color: #A32177;
}
.TagClassName
{
border-color: #A32177;
}
</style>