Shades of Dark Purple #A31B7A
Tints of Dark Purple #A31B7A
RGB
CMYK
RGB Variations
Color information
#A31B7A (or 0xA31B7A) is known color: Dark Purple. HEX triplet: A3, 1B and 7A. RGB value is (163,27,122). Sum of RGB (Red+Green+Blue) = 163+27+122=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B7A is #5CE485. Grayscale: #4E4E4E. Windows color (decimal): -6087814 or 8002467. OLE color: 8002467.
HSL color Cylindrical-coordinate representation of color #A31B7A: hue angle of 318.09º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B7A is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 122 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.36 |
| HSL | 318.09º | 0.72% | 0.37% | - |
| HSV(B) | 318.09º | 0.83% | 0.64% | - |
| XYZ | 19.01 | 9.98 | 19.34 | - |
| YUV | 78.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 122 | 0 | 0.83 | 0.25 | 0.36 | 318.09 | 0.72 | 0.37 |
| Hex | A3 | 1B | 7A | 0 | 53 | 19 | 24 | 13E | 48 | 25 |
| Octal | 243 | 33 | 172 | 0 | 123 | 31 | 44 | 476 | 110 | 45 |
| Binary | 10100011 | 11011 | 1111010 | 0 | 1010011 | 11001 | 100100 | 100111110 | 1001000 | 100101 |
Color Harmonies of #A31B7A
Complementary color
Monochromatic Colors of #A31B7A
Black with #A31B7A
Text Example
Text Example
White with #A31B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B7A; }
p { color: rgb(163,27,122); }
H1.HeaderClassName
{
color: #A31B7A;
}
.AnyTagClassName
{
color: #A31B7A;
}
</style>
background-color css
<style>
a { background-color: #A31B7A; }
a { background-color: rgb(163,27,122); }
div.DivClassName
{
background-color: #A31B7A;
}
.BgClassName
{
background-color: #A31B7A;
}
</style>
border-color css
<style>
span { border-color: #A31B7A; }
span { border-color: rgb(163,27,122); }
td.TdClassName
{
border-color: #A31B7A;
}
.TagClassName
{
border-color: #A31B7A;
}
</style>