Shades of Dark Purple #A51483
Tints of Dark Purple #A51483
RGB
CMYK
RGB Variations
Color information
#A51483 (or 0xA51483) is known color: Dark Purple. HEX triplet: A5, 14 and 83. RGB value is (165,20,131). Sum of RGB (Red+Green+Blue) = 165+20+131=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A51483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51483 is #5AEB7C. Grayscale: #4B4B4B. Windows color (decimal): -5958525 or 8590501. OLE color: 8590501.
HSL color Cylindrical-coordinate representation of color #A51483: hue angle of 314.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51483 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 131 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.35 |
| HSL | 314.07º | 0.78% | 0.36% | - |
| HSV(B) | 314.07º | 0.88% | 0.65% | - |
| XYZ | 19.86 | 10.14 | 22.38 | - |
| YUV | 76.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 131 | 0 | 0.88 | 0.21 | 0.35 | 314.07 | 0.78 | 0.36 |
| Hex | A5 | 14 | 83 | 0 | 58 | 15 | 23 | 13A | 4E | 24 |
| Octal | 245 | 24 | 203 | 0 | 130 | 25 | 43 | 472 | 116 | 44 |
| Binary | 10100101 | 10100 | 10000011 | 0 | 1011000 | 10101 | 100011 | 100111010 | 1001110 | 100100 |
Color Harmonies of #A51483
Complementary color
Monochromatic Colors of #A51483
Black with #A51483
Text Example
Text Example
White with #A51483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51483; }
p { color: rgb(165,20,131); }
H1.HeaderClassName
{
color: #A51483;
}
.AnyTagClassName
{
color: #A51483;
}
</style>
background-color css
<style>
a { background-color: #A51483; }
a { background-color: rgb(165,20,131); }
div.DivClassName
{
background-color: #A51483;
}
.BgClassName
{
background-color: #A51483;
}
</style>
border-color css
<style>
span { border-color: #A51483; }
span { border-color: rgb(165,20,131); }
td.TdClassName
{
border-color: #A51483;
}
.TagClassName
{
border-color: #A51483;
}
</style>