Shades of Dark Violet #A811B2
Tints of Dark Violet #A811B2
RGB
CMYK
RGB Variations
Color information
#A811B2 (or 0xA811B2) is known color: Dark Violet. HEX triplet: A8, 11 and B2. RGB value is (168,17,178). Sum of RGB (Red+Green+Blue) = 168+17+178=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #A811B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811B2 is #57EE4D. Grayscale: #505050. Windows color (decimal): -5762638 or 11669928. OLE color: 11669928.
HSL color Cylindrical-coordinate representation of color #A811B2: hue angle of 296.27º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A811B2 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 17 | 178 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.30 |
| HSL | 296.27º | 0.83% | 0.38% | - |
| HSV(B) | 296.27º | 0.9% | 0.7% | - |
| XYZ | 24.38 | 11.94 | 43.14 | - |
| YUV | 80.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 178 | 0.06 | 0.90 | 0 | 0.30 | 296.27 | 0.83 | 0.38 |
| Hex | A8 | 11 | B2 | 6 | 5A | 0 | 1E | 128 | 53 | 26 |
| Octal | 250 | 21 | 262 | 6 | 132 | 0 | 36 | 450 | 123 | 46 |
| Binary | 10101000 | 10001 | 10110010 | 110 | 1011010 | 0 | 11110 | 100101000 | 1010011 | 100110 |
Color Harmonies of #A811B2
Complementary color
Monochromatic Colors of #A811B2
Black with #A811B2
Text Example
Text Example
White with #A811B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811B2; }
p { color: rgb(168,17,178); }
H1.HeaderClassName
{
color: #A811B2;
}
.AnyTagClassName
{
color: #A811B2;
}
</style>
background-color css
<style>
a { background-color: #A811B2; }
a { background-color: rgb(168,17,178); }
div.DivClassName
{
background-color: #A811B2;
}
.BgClassName
{
background-color: #A811B2;
}
</style>
border-color css
<style>
span { border-color: #A811B2; }
span { border-color: rgb(168,17,178); }
td.TdClassName
{
border-color: #A811B2;
}
.TagClassName
{
border-color: #A811B2;
}
</style>