Shades of Violet Blue #A471AB
Tints of Violet Blue #A471AB
RGB
CMYK
RGB Variations
Color information
#A471AB (or 0xA471AB) is known color: Violet Blue. HEX triplet: A4, 71 and AB. RGB value is (164,113,171). Sum of RGB (Red+Green+Blue) = 164+113+171=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #A471AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A471AB is #5B8E54. Grayscale: #868686. Windows color (decimal): -6000213 or 11235748. OLE color: 11235748.
HSL color Cylindrical-coordinate representation of color #A471AB: hue angle of 292.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A471AB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 113 | 171 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.33 |
| HSL | 292.76º | 0.26% | 0.56% | - |
| HSV(B) | 292.76º | 0.34% | 0.67% | - |
| XYZ | 28.57 | 22.64 | 41.39 | - |
| YUV | 134.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 171 | 0.04 | 0.34 | 0 | 0.33 | 292.76 | 0.26 | 0.56 |
| Hex | A4 | 71 | AB | 4 | 22 | 0 | 21 | 125 | 1A | 38 |
| Octal | 244 | 161 | 253 | 4 | 42 | 0 | 41 | 445 | 32 | 70 |
| Binary | 10100100 | 1110001 | 10101011 | 100 | 100010 | 0 | 100001 | 100100101 | 11010 | 111000 |
Color Harmonies of #A471AB
Complementary color
Monochromatic Colors of #A471AB
Black with #A471AB
Text Example
Text Example
White with #A471AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471AB; }
p { color: rgb(164,113,171); }
H1.HeaderClassName
{
color: #A471AB;
}
.AnyTagClassName
{
color: #A471AB;
}
</style>
background-color css
<style>
a { background-color: #A471AB; }
a { background-color: rgb(164,113,171); }
div.DivClassName
{
background-color: #A471AB;
}
.BgClassName
{
background-color: #A471AB;
}
</style>
border-color css
<style>
span { border-color: #A471AB; }
span { border-color: rgb(164,113,171); }
td.TdClassName
{
border-color: #A471AB;
}
.TagClassName
{
border-color: #A471AB;
}
</style>