Shades of Dark Violet #A811B1
Tints of Dark Violet #A811B1
RGB
CMYK
RGB Variations
Color information
#A811B1 (or 0xA811B1) is known color: Dark Violet. HEX triplet: A8, 11 and B1. RGB value is (168,17,177). Sum of RGB (Red+Green+Blue) = 168+17+177=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #A811B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811B1 is #57EE4E. Grayscale: #4F4F4F. Windows color (decimal): -5762639 or 11604392. OLE color: 11604392.
HSL color Cylindrical-coordinate representation of color #A811B1: hue angle of 296.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A811B1 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 17 | 177 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.31 |
| HSL | 296.63º | 0.82% | 0.38% | - |
| HSV(B) | 296.63º | 0.9% | 0.69% | - |
| XYZ | 24.28 | 11.9 | 42.61 | - |
| YUV | 80.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 177 | 0.05 | 0.90 | 0 | 0.31 | 296.63 | 0.82 | 0.38 |
| Hex | A8 | 11 | B1 | 5 | 5A | 0 | 1F | 129 | 52 | 26 |
| Octal | 250 | 21 | 261 | 5 | 132 | 0 | 37 | 451 | 122 | 46 |
| Binary | 10101000 | 10001 | 10110001 | 101 | 1011010 | 0 | 11111 | 100101001 | 1010010 | 100110 |
Color Harmonies of #A811B1
Complementary color
Monochromatic Colors of #A811B1
Black with #A811B1
Text Example
Text Example
White with #A811B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811B1; }
p { color: rgb(168,17,177); }
H1.HeaderClassName
{
color: #A811B1;
}
.AnyTagClassName
{
color: #A811B1;
}
</style>
background-color css
<style>
a { background-color: #A811B1; }
a { background-color: rgb(168,17,177); }
div.DivClassName
{
background-color: #A811B1;
}
.BgClassName
{
background-color: #A811B1;
}
</style>
border-color css
<style>
span { border-color: #A811B1; }
span { border-color: rgb(168,17,177); }
td.TdClassName
{
border-color: #A811B1;
}
.TagClassName
{
border-color: #A811B1;
}
</style>