Shades of Violet Blue #A470A5
Tints of Violet Blue #A470A5
RGB
CMYK
RGB Variations
Color information
#A470A5 (or 0xA470A5) is known color: Violet Blue. HEX triplet: A4, 70 and A5. RGB value is (164,112,165). Sum of RGB (Red+Green+Blue) = 164+112+165=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 165 - color contains mainly: blue. Hex color #A470A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A470A5 is #5B8F5A. Grayscale: #858585. Windows color (decimal): -6000475 or 10842276. OLE color: 10842276.
HSL color Cylindrical-coordinate representation of color #A470A5: hue angle of 298.87º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A470A5 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 112 | 165 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.35 |
| HSL | 298.87º | 0.23% | 0.54% | - |
| HSV(B) | 298.87º | 0.32% | 0.65% | - |
| XYZ | 27.9 | 22.2 | 38.41 | - |
| YUV | 133.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 165 | 0.01 | 0.32 | 0 | 0.35 | 298.87 | 0.23 | 0.54 |
| Hex | A4 | 70 | A5 | 1 | 20 | 0 | 23 | 12B | 17 | 36 |
| Octal | 244 | 160 | 245 | 1 | 40 | 0 | 43 | 453 | 27 | 66 |
| Binary | 10100100 | 1110000 | 10100101 | 1 | 100000 | 0 | 100011 | 100101011 | 10111 | 110110 |
Color Harmonies of #A470A5
Complementary color
Monochromatic Colors of #A470A5
Black with #A470A5
Text Example
Text Example
White with #A470A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470A5; }
p { color: rgb(164,112,165); }
H1.HeaderClassName
{
color: #A470A5;
}
.AnyTagClassName
{
color: #A470A5;
}
</style>
background-color css
<style>
a { background-color: #A470A5; }
a { background-color: rgb(164,112,165); }
div.DivClassName
{
background-color: #A470A5;
}
.BgClassName
{
background-color: #A470A5;
}
</style>
border-color css
<style>
span { border-color: #A470A5; }
span { border-color: rgb(164,112,165); }
td.TdClassName
{
border-color: #A470A5;
}
.TagClassName
{
border-color: #A470A5;
}
</style>