Shades of Violet Blue #A472A9
Tints of Violet Blue #A472A9
RGB
CMYK
RGB Variations
Color information
#A472A9 (or 0xA472A9) is known color: Violet Blue. HEX triplet: A4, 72 and A9. RGB value is (164,114,169). Sum of RGB (Red+Green+Blue) = 164+114+169=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 169 - color contains mainly: blue. Hex color #A472A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472A9 is #5B8D56. Grayscale: #878787. Windows color (decimal): -5999959 or 11104932. OLE color: 11104932.
HSL color Cylindrical-coordinate representation of color #A472A9: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A472A9 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 114 | 169 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.34 |
| HSL | 294.55º | 0.24% | 0.55% | - |
| HSV(B) | 294.55º | 0.33% | 0.66% | - |
| XYZ | 28.49 | 22.79 | 40.43 | - |
| YUV | 135.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 169 | 0.03 | 0.33 | 0 | 0.34 | 294.55 | 0.24 | 0.55 |
| Hex | A4 | 72 | A9 | 3 | 21 | 0 | 22 | 127 | 18 | 37 |
| Octal | 244 | 162 | 251 | 3 | 41 | 0 | 42 | 447 | 30 | 67 |
| Binary | 10100100 | 1110010 | 10101001 | 11 | 100001 | 0 | 100010 | 100100111 | 11000 | 110111 |
Color Harmonies of #A472A9
Complementary color
Monochromatic Colors of #A472A9
Black with #A472A9
Text Example
Text Example
White with #A472A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472A9; }
p { color: rgb(164,114,169); }
H1.HeaderClassName
{
color: #A472A9;
}
.AnyTagClassName
{
color: #A472A9;
}
</style>
background-color css
<style>
a { background-color: #A472A9; }
a { background-color: rgb(164,114,169); }
div.DivClassName
{
background-color: #A472A9;
}
.BgClassName
{
background-color: #A472A9;
}
</style>
border-color css
<style>
span { border-color: #A472A9; }
span { border-color: rgb(164,114,169); }
td.TdClassName
{
border-color: #A472A9;
}
.TagClassName
{
border-color: #A472A9;
}
</style>