Shades of Violet Blue #A251AB
Tints of Violet Blue #A251AB
RGB
CMYK
RGB Variations
Color information
#A251AB (or 0xA251AB) is known color: Violet Blue. HEX triplet: A2, 51 and AB. RGB value is (162,81,171). Sum of RGB (Red+Green+Blue) = 162+81+171=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A251AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A251AB is #5DAE54. Grayscale: #737373. Windows color (decimal): -6139477 or 11227554. OLE color: 11227554.
HSL color Cylindrical-coordinate representation of color #A251AB: hue angle of 294º 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 #A251AB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 81 | 171 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.33 |
| HSL | 294º | 0.36% | 0.49% | - |
| HSV(B) | 294º | 0.53% | 0.67% | - |
| XYZ | 25.19 | 16.51 | 40.39 | - |
| YUV | 115.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 171 | 0.05 | 0.53 | 0 | 0.33 | 294 | 0.36 | 0.49 |
| Hex | A2 | 51 | AB | 5 | 35 | 0 | 21 | 126 | 24 | 31 |
| Octal | 242 | 121 | 253 | 5 | 65 | 0 | 41 | 446 | 44 | 61 |
| Binary | 10100010 | 1010001 | 10101011 | 101 | 110101 | 0 | 100001 | 100100110 | 100100 | 110001 |
Color Harmonies of #A251AB
Complementary color
Monochromatic Colors of #A251AB
Black with #A251AB
Text Example
Text Example
White with #A251AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251AB; }
p { color: rgb(162,81,171); }
H1.HeaderClassName
{
color: #A251AB;
}
.AnyTagClassName
{
color: #A251AB;
}
</style>
background-color css
<style>
a { background-color: #A251AB; }
a { background-color: rgb(162,81,171); }
div.DivClassName
{
background-color: #A251AB;
}
.BgClassName
{
background-color: #A251AB;
}
</style>
border-color css
<style>
span { border-color: #A251AB; }
span { border-color: rgb(162,81,171); }
td.TdClassName
{
border-color: #A251AB;
}
.TagClassName
{
border-color: #A251AB;
}
</style>