Shades of Dark Violet #A813B2
Tints of Dark Violet #A813B2
RGB
CMYK
RGB Variations
Color information
#A813B2 (or 0xA813B2) is known color: Dark Violet. HEX triplet: A8, 13 and B2. RGB value is (168,19,178). Sum of RGB (Red+Green+Blue) = 168+19+178=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #A813B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A813B2 is #57EC4D. Grayscale: #515151. Windows color (decimal): -5762126 or 11670440. OLE color: 11670440.
HSL color Cylindrical-coordinate representation of color #A813B2: hue angle of 296.23º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A813B2 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 19 | 178 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.30 |
| HSL | 296.23º | 0.81% | 0.39% | - |
| HSV(B) | 296.23º | 0.89% | 0.7% | - |
| XYZ | 24.42 | 12 | 43.15 | - |
| YUV | 81.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 178 | 0.06 | 0.89 | 0 | 0.30 | 296.23 | 0.81 | 0.39 |
| Hex | A8 | 13 | B2 | 6 | 59 | 0 | 1E | 128 | 51 | 27 |
| Octal | 250 | 23 | 262 | 6 | 131 | 0 | 36 | 450 | 121 | 47 |
| Binary | 10101000 | 10011 | 10110010 | 110 | 1011001 | 0 | 11110 | 100101000 | 1010001 | 100111 |
Color Harmonies of #A813B2
Complementary color
Monochromatic Colors of #A813B2
Black with #A813B2
Text Example
Text Example
White with #A813B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813B2; }
p { color: rgb(168,19,178); }
H1.HeaderClassName
{
color: #A813B2;
}
.AnyTagClassName
{
color: #A813B2;
}
</style>
background-color css
<style>
a { background-color: #A813B2; }
a { background-color: rgb(168,19,178); }
div.DivClassName
{
background-color: #A813B2;
}
.BgClassName
{
background-color: #A813B2;
}
</style>
border-color css
<style>
span { border-color: #A813B2; }
span { border-color: rgb(168,19,178); }
td.TdClassName
{
border-color: #A813B2;
}
.TagClassName
{
border-color: #A813B2;
}
</style>