Shades of Violet Blue #A472A0
Tints of Violet Blue #A472A0
RGB
CMYK
RGB Variations
Color information
#A472A0 (or 0xA472A0) is known color: Violet Blue. HEX triplet: A4, 72 and A0. RGB value is (164,114,160). Sum of RGB (Red+Green+Blue) = 164+114+160=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A472A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472A0 is #5B8D5F. Grayscale: #868686. Windows color (decimal): -5999968 or 10515108. OLE color: 10515108.
HSL color Cylindrical-coordinate representation of color #A472A0: hue angle of 304.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A472A0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 160 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.36 |
| HSL | 304.8º | 0.22% | 0.55% | - |
| HSV(B) | 304.8º | 0.3% | 0.64% | - |
| XYZ | 27.67 | 22.47 | 36.14 | - |
| YUV | 134.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 160 | 0 | 0.30 | 0.02 | 0.36 | 304.8 | 0.22 | 0.55 |
| Hex | A4 | 72 | A0 | 0 | 1E | 2 | 24 | 131 | 16 | 37 |
| Octal | 244 | 162 | 240 | 0 | 36 | 2 | 44 | 461 | 26 | 67 |
| Binary | 10100100 | 1110010 | 10100000 | 0 | 11110 | 10 | 100100 | 100110001 | 10110 | 110111 |
Color Harmonies of #A472A0
Complementary color
Monochromatic Colors of #A472A0
Black with #A472A0
Text Example
Text Example
White with #A472A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472A0; }
p { color: rgb(164,114,160); }
H1.HeaderClassName
{
color: #A472A0;
}
.AnyTagClassName
{
color: #A472A0;
}
</style>
background-color css
<style>
a { background-color: #A472A0; }
a { background-color: rgb(164,114,160); }
div.DivClassName
{
background-color: #A472A0;
}
.BgClassName
{
background-color: #A472A0;
}
</style>
border-color css
<style>
span { border-color: #A472A0; }
span { border-color: rgb(164,114,160); }
td.TdClassName
{
border-color: #A472A0;
}
.TagClassName
{
border-color: #A472A0;
}
</style>