Shades of Violet Blue #A479A4
Tints of Violet Blue #A479A4
RGB
CMYK
RGB Variations
Color information
#A479A4 (or 0xA479A4) is known color: Violet Blue. HEX triplet: A4, 79 and A4. RGB value is (164,121,164). Sum of RGB (Red+Green+Blue) = 164+121+164=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A479A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479A4 is #5B865B. Grayscale: #8A8A8A. Windows color (decimal): -5998172 or 10779044. OLE color: 10779044.
HSL color Cylindrical-coordinate representation of color #A479A4: hue angle of 300º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A479A4 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 164 | - |
| CMYK | 0 | 0.26 | 0 | 0.36 |
| HSL | 300º | 0.19% | 0.56% | - |
| HSV(B) | 300º | 0.26% | 0.64% | - |
| XYZ | 28.85 | 24.25 | 38.28 | - |
| YUV | 138.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 164 | 0 | 0.26 | 0 | 0.36 | 300 | 0.19 | 0.56 |
| Hex | A4 | 79 | A4 | 0 | 1A | 0 | 24 | 12C | 13 | 38 |
| Octal | 244 | 171 | 244 | 0 | 32 | 0 | 44 | 454 | 23 | 70 |
| Binary | 10100100 | 1111001 | 10100100 | 0 | 11010 | 0 | 100100 | 100101100 | 10011 | 111000 |
Color Harmonies of #A479A4
Complementary color
Monochromatic Colors of #A479A4
Black with #A479A4
Text Example
Text Example
White with #A479A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479A4; }
p { color: rgb(164,121,164); }
H1.HeaderClassName
{
color: #A479A4;
}
.AnyTagClassName
{
color: #A479A4;
}
</style>
background-color css
<style>
a { background-color: #A479A4; }
a { background-color: rgb(164,121,164); }
div.DivClassName
{
background-color: #A479A4;
}
.BgClassName
{
background-color: #A479A4;
}
</style>
border-color css
<style>
span { border-color: #A479A4; }
span { border-color: rgb(164,121,164); }
td.TdClassName
{
border-color: #A479A4;
}
.TagClassName
{
border-color: #A479A4;
}
</style>