Shades of Violet Blue #A475A1
Tints of Violet Blue #A475A1
RGB
CMYK
RGB Variations
Color information
#A475A1 (or 0xA475A1) is known color: Violet Blue. HEX triplet: A4, 75 and A1. RGB value is (164,117,161). Sum of RGB (Red+Green+Blue) = 164+117+161=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A475A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475A1 is #5B8A5E. Grayscale: #878787. Windows color (decimal): -5999199 or 10581412. OLE color: 10581412.
HSL color Cylindrical-coordinate representation of color #A475A1: hue angle of 303.83º 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 #A475A1 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 161 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.36 |
| HSL | 303.83º | 0.21% | 0.55% | - |
| HSV(B) | 303.83º | 0.29% | 0.64% | - |
| XYZ | 28.1 | 23.19 | 36.71 | - |
| YUV | 136.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 161 | 0 | 0.29 | 0.02 | 0.36 | 303.83 | 0.21 | 0.55 |
| Hex | A4 | 75 | A1 | 0 | 1D | 2 | 24 | 130 | 15 | 37 |
| Octal | 244 | 165 | 241 | 0 | 35 | 2 | 44 | 460 | 25 | 67 |
| Binary | 10100100 | 1110101 | 10100001 | 0 | 11101 | 10 | 100100 | 100110000 | 10101 | 110111 |
Color Harmonies of #A475A1
Complementary color
Monochromatic Colors of #A475A1
Black with #A475A1
Text Example
Text Example
White with #A475A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A475A1; }
p { color: rgb(164,117,161); }
H1.HeaderClassName
{
color: #A475A1;
}
.AnyTagClassName
{
color: #A475A1;
}
</style>
background-color css
<style>
a { background-color: #A475A1; }
a { background-color: rgb(164,117,161); }
div.DivClassName
{
background-color: #A475A1;
}
.BgClassName
{
background-color: #A475A1;
}
</style>
border-color css
<style>
span { border-color: #A475A1; }
span { border-color: rgb(164,117,161); }
td.TdClassName
{
border-color: #A475A1;
}
.TagClassName
{
border-color: #A475A1;
}
</style>