Shades of Violet Blue #A479A2
Tints of Violet Blue #A479A2
RGB
CMYK
RGB Variations
Color information
#A479A2 (or 0xA479A2) is known color: Violet Blue. HEX triplet: A4, 79 and A2. RGB value is (164,121,162). Sum of RGB (Red+Green+Blue) = 164+121+162=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A479A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479A2 is #5B865D. Grayscale: #8A8A8A. Windows color (decimal): -5998174 or 10647972. OLE color: 10647972.
HSL color Cylindrical-coordinate representation of color #A479A2: hue angle of 302.79º 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 #A479A2 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 162 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.36 |
| HSL | 302.79º | 0.19% | 0.56% | - |
| HSV(B) | 302.79º | 0.26% | 0.64% | - |
| XYZ | 28.67 | 24.18 | 37.34 | - |
| YUV | 138.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 162 | 0 | 0.26 | 0.01 | 0.36 | 302.79 | 0.19 | 0.56 |
| Hex | A4 | 79 | A2 | 0 | 1A | 1 | 24 | 12F | 13 | 38 |
| Octal | 244 | 171 | 242 | 0 | 32 | 1 | 44 | 457 | 23 | 70 |
| Binary | 10100100 | 1111001 | 10100010 | 0 | 11010 | 1 | 100100 | 100101111 | 10011 | 111000 |
Color Harmonies of #A479A2
Complementary color
Monochromatic Colors of #A479A2
Black with #A479A2
Text Example
Text Example
White with #A479A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479A2; }
p { color: rgb(164,121,162); }
H1.HeaderClassName
{
color: #A479A2;
}
.AnyTagClassName
{
color: #A479A2;
}
</style>
background-color css
<style>
a { background-color: #A479A2; }
a { background-color: rgb(164,121,162); }
div.DivClassName
{
background-color: #A479A2;
}
.BgClassName
{
background-color: #A479A2;
}
</style>
border-color css
<style>
span { border-color: #A479A2; }
span { border-color: rgb(164,121,162); }
td.TdClassName
{
border-color: #A479A2;
}
.TagClassName
{
border-color: #A479A2;
}
</style>