Shades of Violet Blue #A470A0
Tints of Violet Blue #A470A0
RGB
CMYK
RGB Variations
Color information
#A470A0 (or 0xA470A0) is known color: Violet Blue. HEX triplet: A4, 70 and A0. RGB value is (164,112,160). Sum of RGB (Red+Green+Blue) = 164+112+160=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A470A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A470A0 is #5B8F5F. Grayscale: #848484. Windows color (decimal): -6000480 or 10514596. OLE color: 10514596.
HSL color Cylindrical-coordinate representation of color #A470A0: hue angle of 304.62º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A470A0 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 160 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.36 |
| HSL | 304.62º | 0.22% | 0.54% | - |
| HSV(B) | 304.62º | 0.32% | 0.64% | - |
| XYZ | 27.45 | 22.02 | 36.06 | - |
| YUV | 133.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 160 | 0 | 0.32 | 0.02 | 0.36 | 304.62 | 0.22 | 0.54 |
| Hex | A4 | 70 | A0 | 0 | 20 | 2 | 24 | 131 | 16 | 36 |
| Octal | 244 | 160 | 240 | 0 | 40 | 2 | 44 | 461 | 26 | 66 |
| Binary | 10100100 | 1110000 | 10100000 | 0 | 100000 | 10 | 100100 | 100110001 | 10110 | 110110 |
Color Harmonies of #A470A0
Complementary color
Monochromatic Colors of #A470A0
Black with #A470A0
Text Example
Text Example
White with #A470A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470A0; }
p { color: rgb(164,112,160); }
H1.HeaderClassName
{
color: #A470A0;
}
.AnyTagClassName
{
color: #A470A0;
}
</style>
background-color css
<style>
a { background-color: #A470A0; }
a { background-color: rgb(164,112,160); }
div.DivClassName
{
background-color: #A470A0;
}
.BgClassName
{
background-color: #A470A0;
}
</style>
border-color css
<style>
span { border-color: #A470A0; }
span { border-color: rgb(164,112,160); }
td.TdClassName
{
border-color: #A470A0;
}
.TagClassName
{
border-color: #A470A0;
}
</style>