Shades of Dark Purple #A3177A
Tints of Dark Purple #A3177A
RGB
CMYK
RGB Variations
Color information
#A3177A (or 0xA3177A) is known color: Dark Purple. HEX triplet: A3, 17 and 7A. RGB value is (163,23,122). Sum of RGB (Red+Green+Blue) = 163+23+122=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3177A is #5CE885. Grayscale: #4B4B4B. Windows color (decimal): -6088838 or 8001443. OLE color: 8001443.
HSL color Cylindrical-coordinate representation of color #A3177A: hue angle of 317.57º 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 #A3177A is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 122 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.36 |
| HSL | 317.57º | 0.75% | 0.36% | - |
| HSV(B) | 317.57º | 0.86% | 0.64% | - |
| XYZ | 18.92 | 9.8 | 19.31 | - |
| YUV | 76.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 122 | 0 | 0.86 | 0.25 | 0.36 | 317.57 | 0.75 | 0.36 |
| Hex | A3 | 17 | 7A | 0 | 56 | 19 | 24 | 13E | 4B | 24 |
| Octal | 243 | 27 | 172 | 0 | 126 | 31 | 44 | 476 | 113 | 44 |
| Binary | 10100011 | 10111 | 1111010 | 0 | 1010110 | 11001 | 100100 | 100111110 | 1001011 | 100100 |
Color Harmonies of #A3177A
Complementary color
Monochromatic Colors of #A3177A
Black with #A3177A
Text Example
Text Example
White with #A3177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3177A; }
p { color: rgb(163,23,122); }
H1.HeaderClassName
{
color: #A3177A;
}
.AnyTagClassName
{
color: #A3177A;
}
</style>
background-color css
<style>
a { background-color: #A3177A; }
a { background-color: rgb(163,23,122); }
div.DivClassName
{
background-color: #A3177A;
}
.BgClassName
{
background-color: #A3177A;
}
</style>
border-color css
<style>
span { border-color: #A3177A; }
span { border-color: rgb(163,23,122); }
td.TdClassName
{
border-color: #A3177A;
}
.TagClassName
{
border-color: #A3177A;
}
</style>