Shades of Dark Violet #A811B5
Tints of Dark Violet #A811B5
RGB
CMYK
RGB Variations
Color information
#A811B5 (or 0xA811B5) is known color: Dark Violet. HEX triplet: A8, 11 and B5. RGB value is (168,17,181). Sum of RGB (Red+Green+Blue) = 168+17+181=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #A811B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811B5 is #57EE4A. Grayscale: #505050. Windows color (decimal): -5762635 or 11866536. OLE color: 11866536.
HSL color Cylindrical-coordinate representation of color #A811B5: hue angle of 295.24º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811B5 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 17 | 181 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.29 |
| HSL | 295.24º | 0.83% | 0.39% | - |
| HSV(B) | 295.24º | 0.91% | 0.71% | - |
| XYZ | 24.69 | 12.06 | 44.74 | - |
| YUV | 80.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 181 | 0.07 | 0.91 | 0 | 0.29 | 295.24 | 0.83 | 0.39 |
| Hex | A8 | 11 | B5 | 7 | 5B | 0 | 1D | 127 | 53 | 27 |
| Octal | 250 | 21 | 265 | 7 | 133 | 0 | 35 | 447 | 123 | 47 |
| Binary | 10101000 | 10001 | 10110101 | 111 | 1011011 | 0 | 11101 | 100100111 | 1010011 | 100111 |
Color Harmonies of #A811B5
Complementary color
Monochromatic Colors of #A811B5
Black with #A811B5
Text Example
Text Example
White with #A811B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811B5; }
p { color: rgb(168,17,181); }
H1.HeaderClassName
{
color: #A811B5;
}
.AnyTagClassName
{
color: #A811B5;
}
</style>
background-color css
<style>
a { background-color: #A811B5; }
a { background-color: rgb(168,17,181); }
div.DivClassName
{
background-color: #A811B5;
}
.BgClassName
{
background-color: #A811B5;
}
</style>
border-color css
<style>
span { border-color: #A811B5; }
span { border-color: rgb(168,17,181); }
td.TdClassName
{
border-color: #A811B5;
}
.TagClassName
{
border-color: #A811B5;
}
</style>