Shades of Dark Violet #A813B5
Tints of Dark Violet #A813B5
RGB
CMYK
RGB Variations
Color information
#A813B5 (or 0xA813B5) is known color: Dark Violet. HEX triplet: A8, 13 and B5. RGB value is (168,19,181). Sum of RGB (Red+Green+Blue) = 168+19+181=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #A813B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813B5 is #57EC4A. Grayscale: #515151. Windows color (decimal): -5762123 or 11867048. OLE color: 11867048.
HSL color Cylindrical-coordinate representation of color #A813B5: hue angle of 295.19º 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 #A813B5 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 19 | 181 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.29 |
| HSL | 295.19º | 0.81% | 0.39% | - |
| HSV(B) | 295.19º | 0.9% | 0.71% | - |
| XYZ | 24.72 | 12.13 | 44.75 | - |
| YUV | 82.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 181 | 0.07 | 0.90 | 0 | 0.29 | 295.19 | 0.81 | 0.39 |
| Hex | A8 | 13 | B5 | 7 | 5A | 0 | 1D | 127 | 51 | 27 |
| Octal | 250 | 23 | 265 | 7 | 132 | 0 | 35 | 447 | 121 | 47 |
| Binary | 10101000 | 10011 | 10110101 | 111 | 1011010 | 0 | 11101 | 100100111 | 1010001 | 100111 |
Color Harmonies of #A813B5
Complementary color
Monochromatic Colors of #A813B5
Black with #A813B5
Text Example
Text Example
White with #A813B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813B5; }
p { color: rgb(168,19,181); }
H1.HeaderClassName
{
color: #A813B5;
}
.AnyTagClassName
{
color: #A813B5;
}
</style>
background-color css
<style>
a { background-color: #A813B5; }
a { background-color: rgb(168,19,181); }
div.DivClassName
{
background-color: #A813B5;
}
.BgClassName
{
background-color: #A813B5;
}
</style>
border-color css
<style>
span { border-color: #A813B5; }
span { border-color: rgb(168,19,181); }
td.TdClassName
{
border-color: #A813B5;
}
.TagClassName
{
border-color: #A813B5;
}
</style>