Shades of Violet Blue #A4709F
Tints of Violet Blue #A4709F
RGB
CMYK
RGB Variations
Color information
#A4709F (or 0xA4709F) is known color: Violet Blue. HEX triplet: A4, 70 and 9F. RGB value is (164,112,159). Sum of RGB (Red+Green+Blue) = 164+112+159=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4709F is #5B8F60. Grayscale: #848484. Windows color (decimal): -6000481 or 10449060. OLE color: 10449060.
HSL color Cylindrical-coordinate representation of color #A4709F: hue angle of 305.77º 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 #A4709F is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 159 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.36 |
| HSL | 305.77º | 0.22% | 0.54% | - |
| HSV(B) | 305.77º | 0.32% | 0.64% | - |
| XYZ | 27.36 | 21.98 | 35.6 | - |
| YUV | 132.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 159 | 0 | 0.32 | 0.03 | 0.36 | 305.77 | 0.22 | 0.54 |
| Hex | A4 | 70 | 9F | 0 | 20 | 3 | 24 | 132 | 16 | 36 |
| Octal | 244 | 160 | 237 | 0 | 40 | 3 | 44 | 462 | 26 | 66 |
| Binary | 10100100 | 1110000 | 10011111 | 0 | 100000 | 11 | 100100 | 100110010 | 10110 | 110110 |
Color Harmonies of #A4709F
Complementary color
Monochromatic Colors of #A4709F
Black with #A4709F
Text Example
Text Example
White with #A4709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4709F; }
p { color: rgb(164,112,159); }
H1.HeaderClassName
{
color: #A4709F;
}
.AnyTagClassName
{
color: #A4709F;
}
</style>
background-color css
<style>
a { background-color: #A4709F; }
a { background-color: rgb(164,112,159); }
div.DivClassName
{
background-color: #A4709F;
}
.BgClassName
{
background-color: #A4709F;
}
</style>
border-color css
<style>
span { border-color: #A4709F; }
span { border-color: rgb(164,112,159); }
td.TdClassName
{
border-color: #A4709F;
}
.TagClassName
{
border-color: #A4709F;
}
</style>