Shades of Violet Blue #A474A3
Tints of Violet Blue #A474A3
RGB
CMYK
RGB Variations
Color information
#A474A3 (or 0xA474A3) is known color: Violet Blue. HEX triplet: A4, 74 and A3. RGB value is (164,116,163). Sum of RGB (Red+Green+Blue) = 164+116+163=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A474A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474A3 is #5B8B5C. Grayscale: #878787. Windows color (decimal): -5999453 or 10712228. OLE color: 10712228.
HSL color Cylindrical-coordinate representation of color #A474A3: hue angle of 301.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A474A3 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 163 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.36 |
| HSL | 301.25º | 0.21% | 0.55% | - |
| HSV(B) | 301.25º | 0.29% | 0.64% | - |
| XYZ | 28.17 | 23.03 | 37.61 | - |
| YUV | 135.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 163 | 0 | 0.29 | 0.01 | 0.36 | 301.25 | 0.21 | 0.55 |
| Hex | A4 | 74 | A3 | 0 | 1D | 1 | 24 | 12D | 15 | 37 |
| Octal | 244 | 164 | 243 | 0 | 35 | 1 | 44 | 455 | 25 | 67 |
| Binary | 10100100 | 1110100 | 10100011 | 0 | 11101 | 1 | 100100 | 100101101 | 10101 | 110111 |
Color Harmonies of #A474A3
Complementary color
Monochromatic Colors of #A474A3
Black with #A474A3
Text Example
Text Example
White with #A474A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474A3; }
p { color: rgb(164,116,163); }
H1.HeaderClassName
{
color: #A474A3;
}
.AnyTagClassName
{
color: #A474A3;
}
</style>
background-color css
<style>
a { background-color: #A474A3; }
a { background-color: rgb(164,116,163); }
div.DivClassName
{
background-color: #A474A3;
}
.BgClassName
{
background-color: #A474A3;
}
</style>
border-color css
<style>
span { border-color: #A474A3; }
span { border-color: rgb(164,116,163); }
td.TdClassName
{
border-color: #A474A3;
}
.TagClassName
{
border-color: #A474A3;
}
</style>