Shades of Dark Violet #A513AF
Tints of Dark Violet #A513AF
RGB
CMYK
RGB Variations
Color information
#A513AF (or 0xA513AF) is known color: Dark Violet. HEX triplet: A5, 13 and AF. RGB value is (165,19,175). Sum of RGB (Red+Green+Blue) = 165+19+175=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #A513AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A513AF is #5AEC50. Grayscale: #4F4F4F. Windows color (decimal): -5958737 or 11473829. OLE color: 11473829.
HSL color Cylindrical-coordinate representation of color #A513AF: hue angle of 296.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A513AF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 19 | 175 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.31 |
| HSL | 296.15º | 0.8% | 0.38% | - |
| HSV(B) | 296.15º | 0.89% | 0.69% | - |
| XYZ | 23.49 | 11.56 | 41.55 | - |
| YUV | 80.44 | 181.37 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 175 | 0.06 | 0.89 | 0 | 0.31 | 296.15 | 0.8 | 0.38 |
| Hex | A5 | 13 | AF | 6 | 59 | 0 | 1F | 128 | 50 | 26 |
| Octal | 245 | 23 | 257 | 6 | 131 | 0 | 37 | 450 | 120 | 46 |
| Binary | 10100101 | 10011 | 10101111 | 110 | 1011001 | 0 | 11111 | 100101000 | 1010000 | 100110 |
Color Harmonies of #A513AF
Complementary color
Monochromatic Colors of #A513AF
Black with #A513AF
Text Example
Text Example
White with #A513AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513AF; }
p { color: rgb(165,19,175); }
H1.HeaderClassName
{
color: #A513AF;
}
.AnyTagClassName
{
color: #A513AF;
}
</style>
background-color css
<style>
a { background-color: #A513AF; }
a { background-color: rgb(165,19,175); }
div.DivClassName
{
background-color: #A513AF;
}
.BgClassName
{
background-color: #A513AF;
}
</style>
border-color css
<style>
span { border-color: #A513AF; }
span { border-color: rgb(165,19,175); }
td.TdClassName
{
border-color: #A513AF;
}
.TagClassName
{
border-color: #A513AF;
}
</style>