Shades of Violet Blue #A470AB
Tints of Violet Blue #A470AB
RGB
CMYK
RGB Variations
Color information
#A470AB (or 0xA470AB) is known color: Violet Blue. HEX triplet: A4, 70 and AB. RGB value is (164,112,171). Sum of RGB (Red+Green+Blue) = 164+112+171=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A470AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A470AB is #5B8F54. Grayscale: #868686. Windows color (decimal): -6000469 or 11235492. OLE color: 11235492.
HSL color Cylindrical-coordinate representation of color #A470AB: hue angle of 292.88º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A470AB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 112 | 171 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.33 |
| HSL | 292.88º | 0.26% | 0.55% | - |
| HSV(B) | 292.88º | 0.35% | 0.67% | - |
| XYZ | 28.45 | 22.42 | 41.36 | - |
| YUV | 134.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 171 | 0.04 | 0.35 | 0 | 0.33 | 292.88 | 0.26 | 0.55 |
| Hex | A4 | 70 | AB | 4 | 23 | 0 | 21 | 125 | 1A | 37 |
| Octal | 244 | 160 | 253 | 4 | 43 | 0 | 41 | 445 | 32 | 67 |
| Binary | 10100100 | 1110000 | 10101011 | 100 | 100011 | 0 | 100001 | 100100101 | 11010 | 110111 |
Color Harmonies of #A470AB
Complementary color
Monochromatic Colors of #A470AB
Black with #A470AB
Text Example
Text Example
White with #A470AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470AB; }
p { color: rgb(164,112,171); }
H1.HeaderClassName
{
color: #A470AB;
}
.AnyTagClassName
{
color: #A470AB;
}
</style>
background-color css
<style>
a { background-color: #A470AB; }
a { background-color: rgb(164,112,171); }
div.DivClassName
{
background-color: #A470AB;
}
.BgClassName
{
background-color: #A470AB;
}
</style>
border-color css
<style>
span { border-color: #A470AB; }
span { border-color: rgb(164,112,171); }
td.TdClassName
{
border-color: #A470AB;
}
.TagClassName
{
border-color: #A470AB;
}
</style>