Shades of Violet Blue #A851AB
Tints of Violet Blue #A851AB
RGB
CMYK
RGB Variations
Color information
#A851AB (or 0xA851AB) is known color: Violet Blue. HEX triplet: A8, 51 and AB. RGB value is (168,81,171). Sum of RGB (Red+Green+Blue) = 168+81+171=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A851AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A851AB is #57AE54. Grayscale: #757575. Windows color (decimal): -5746261 or 11227560. OLE color: 11227560.
HSL color Cylindrical-coordinate representation of color #A851AB: hue angle of 298º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A851AB is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 81 | 171 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.33 |
| HSL | 298º | 0.36% | 0.49% | - |
| HSV(B) | 298º | 0.53% | 0.67% | - |
| XYZ | 26.44 | 17.15 | 40.44 | - |
| YUV | 117.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 171 | 0.02 | 0.53 | 0 | 0.33 | 298 | 0.36 | 0.49 |
| Hex | A8 | 51 | AB | 2 | 35 | 0 | 21 | 12A | 24 | 31 |
| Octal | 250 | 121 | 253 | 2 | 65 | 0 | 41 | 452 | 44 | 61 |
| Binary | 10101000 | 1010001 | 10101011 | 10 | 110101 | 0 | 100001 | 100101010 | 100100 | 110001 |
Color Harmonies of #A851AB
Complementary color
Monochromatic Colors of #A851AB
Black with #A851AB
Text Example
Text Example
White with #A851AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851AB; }
p { color: rgb(168,81,171); }
H1.HeaderClassName
{
color: #A851AB;
}
.AnyTagClassName
{
color: #A851AB;
}
</style>
background-color css
<style>
a { background-color: #A851AB; }
a { background-color: rgb(168,81,171); }
div.DivClassName
{
background-color: #A851AB;
}
.BgClassName
{
background-color: #A851AB;
}
</style>
border-color css
<style>
span { border-color: #A851AB; }
span { border-color: rgb(168,81,171); }
td.TdClassName
{
border-color: #A851AB;
}
.TagClassName
{
border-color: #A851AB;
}
</style>