Shades of Violet Blue #A475AA
Tints of Violet Blue #A475AA
RGB
CMYK
RGB Variations
Color information
#A475AA (or 0xA475AA) is known color: Violet Blue. HEX triplet: A4, 75 and AA. RGB value is (164,117,170). Sum of RGB (Red+Green+Blue) = 164+117+170=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A475AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475AA is #5B8A55. Grayscale: #888888. Windows color (decimal): -5999190 or 11171236. OLE color: 11171236.
HSL color Cylindrical-coordinate representation of color #A475AA: hue angle of 293.21º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A475AA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 117 | 170 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.33 |
| HSL | 293.21º | 0.24% | 0.56% | - |
| HSV(B) | 293.21º | 0.31% | 0.67% | - |
| XYZ | 28.93 | 23.52 | 41.04 | - |
| YUV | 137.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 170 | 0.04 | 0.31 | 0 | 0.33 | 293.21 | 0.24 | 0.56 |
| Hex | A4 | 75 | AA | 4 | 1F | 0 | 21 | 125 | 18 | 38 |
| Octal | 244 | 165 | 252 | 4 | 37 | 0 | 41 | 445 | 30 | 70 |
| Binary | 10100100 | 1110101 | 10101010 | 100 | 11111 | 0 | 100001 | 100100101 | 11000 | 111000 |
Color Harmonies of #A475AA
Complementary color
Monochromatic Colors of #A475AA
Black with #A475AA
Text Example
Text Example
White with #A475AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A475AA; }
p { color: rgb(164,117,170); }
H1.HeaderClassName
{
color: #A475AA;
}
.AnyTagClassName
{
color: #A475AA;
}
</style>
background-color css
<style>
a { background-color: #A475AA; }
a { background-color: rgb(164,117,170); }
div.DivClassName
{
background-color: #A475AA;
}
.BgClassName
{
background-color: #A475AA;
}
</style>
border-color css
<style>
span { border-color: #A475AA; }
span { border-color: rgb(164,117,170); }
td.TdClassName
{
border-color: #A475AA;
}
.TagClassName
{
border-color: #A475AA;
}
</style>