Shades of Dark Purple #A31B85
Tints of Dark Purple #A31B85
RGB
CMYK
RGB Variations
Color information
#A31B85 (or 0xA31B85) is known color: Dark Purple. HEX triplet: A3, 1B and 85. RGB value is (163,27,133). Sum of RGB (Red+Green+Blue) = 163+27+133=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B85 is #5CE47A. Grayscale: #4F4F4F. Windows color (decimal): -6087803 or 8723363. OLE color: 8723363.
HSL color Cylindrical-coordinate representation of color #A31B85: hue angle of 313.24º 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 #A31B85 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 133 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.36 |
| HSL | 313.24º | 0.72% | 0.37% | - |
| HSV(B) | 313.24º | 0.83% | 0.64% | - |
| XYZ | 19.73 | 10.26 | 23.13 | - |
| YUV | 79.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 133 | 0 | 0.83 | 0.18 | 0.36 | 313.24 | 0.72 | 0.37 |
| Hex | A3 | 1B | 85 | 0 | 53 | 12 | 24 | 139 | 48 | 25 |
| Octal | 243 | 33 | 205 | 0 | 123 | 22 | 44 | 471 | 110 | 45 |
| Binary | 10100011 | 11011 | 10000101 | 0 | 1010011 | 10010 | 100100 | 100111001 | 1001000 | 100101 |
Color Harmonies of #A31B85
Complementary color
Monochromatic Colors of #A31B85
Black with #A31B85
Text Example
Text Example
White with #A31B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B85; }
p { color: rgb(163,27,133); }
H1.HeaderClassName
{
color: #A31B85;
}
.AnyTagClassName
{
color: #A31B85;
}
</style>
background-color css
<style>
a { background-color: #A31B85; }
a { background-color: rgb(163,27,133); }
div.DivClassName
{
background-color: #A31B85;
}
.BgClassName
{
background-color: #A31B85;
}
</style>
border-color css
<style>
span { border-color: #A31B85; }
span { border-color: rgb(163,27,133); }
td.TdClassName
{
border-color: #A31B85;
}
.TagClassName
{
border-color: #A31B85;
}
</style>