Shades of Dark Violet #A813B6
Tints of Dark Violet #A813B6
RGB
CMYK
RGB Variations
Color information
#A813B6 (or 0xA813B6) is known color: Dark Violet. HEX triplet: A8, 13 and B6. RGB value is (168,19,182). Sum of RGB (Red+Green+Blue) = 168+19+182=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #A813B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813B6 is #57EC49. Grayscale: #515151. Windows color (decimal): -5762122 or 11932584. OLE color: 11932584.
HSL color Cylindrical-coordinate representation of color #A813B6: hue angle of 294.85º 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 #A813B6 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 19 | 182 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.29 |
| HSL | 294.85º | 0.81% | 0.39% | - |
| HSV(B) | 294.85º | 0.9% | 0.71% | - |
| XYZ | 24.82 | 12.17 | 45.3 | - |
| YUV | 82.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 182 | 0.08 | 0.90 | 0 | 0.29 | 294.85 | 0.81 | 0.39 |
| Hex | A8 | 13 | B6 | 8 | 5A | 0 | 1D | 127 | 51 | 27 |
| Octal | 250 | 23 | 266 | 10 | 132 | 0 | 35 | 447 | 121 | 47 |
| Binary | 10101000 | 10011 | 10110110 | 1000 | 1011010 | 0 | 11101 | 100100111 | 1010001 | 100111 |
Color Harmonies of #A813B6
Complementary color
Monochromatic Colors of #A813B6
Black with #A813B6
Text Example
Text Example
White with #A813B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813B6; }
p { color: rgb(168,19,182); }
H1.HeaderClassName
{
color: #A813B6;
}
.AnyTagClassName
{
color: #A813B6;
}
</style>
background-color css
<style>
a { background-color: #A813B6; }
a { background-color: rgb(168,19,182); }
div.DivClassName
{
background-color: #A813B6;
}
.BgClassName
{
background-color: #A813B6;
}
</style>
border-color css
<style>
span { border-color: #A813B6; }
span { border-color: rgb(168,19,182); }
td.TdClassName
{
border-color: #A813B6;
}
.TagClassName
{
border-color: #A813B6;
}
</style>