Shades of Dark Violet #A513B5
Tints of Dark Violet #A513B5
RGB
CMYK
RGB Variations
Color information
#A513B5 (or 0xA513B5) is known color: Dark Violet. HEX triplet: A5, 13 and B5. RGB value is (165,19,181). Sum of RGB (Red+Green+Blue) = 165+19+181=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #A513B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513B5 is #5AEC4A. Grayscale: #505050. Windows color (decimal): -5958731 or 11867045. OLE color: 11867045.
HSL color Cylindrical-coordinate representation of color #A513B5: hue angle of 294.07º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A513B5 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 19 | 181 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.29 |
| HSL | 294.07º | 0.81% | 0.39% | - |
| HSV(B) | 294.07º | 0.9% | 0.71% | - |
| XYZ | 24.09 | 11.8 | 44.72 | - |
| YUV | 81.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 181 | 0.09 | 0.90 | 0 | 0.29 | 294.07 | 0.81 | 0.39 |
| Hex | A5 | 13 | B5 | 9 | 5A | 0 | 1D | 126 | 51 | 27 |
| Octal | 245 | 23 | 265 | 11 | 132 | 0 | 35 | 446 | 121 | 47 |
| Binary | 10100101 | 10011 | 10110101 | 1001 | 1011010 | 0 | 11101 | 100100110 | 1010001 | 100111 |
Color Harmonies of #A513B5
Complementary color
Monochromatic Colors of #A513B5
Black with #A513B5
Text Example
Text Example
White with #A513B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513B5; }
p { color: rgb(165,19,181); }
H1.HeaderClassName
{
color: #A513B5;
}
.AnyTagClassName
{
color: #A513B5;
}
</style>
background-color css
<style>
a { background-color: #A513B5; }
a { background-color: rgb(165,19,181); }
div.DivClassName
{
background-color: #A513B5;
}
.BgClassName
{
background-color: #A513B5;
}
</style>
border-color css
<style>
span { border-color: #A513B5; }
span { border-color: rgb(165,19,181); }
td.TdClassName
{
border-color: #A513B5;
}
.TagClassName
{
border-color: #A513B5;
}
</style>