Shades of Violet Blue #A75AAC
Tints of Violet Blue #A75AAC
RGB
CMYK
RGB Variations
Color information
#A75AAC (or 0xA75AAC) is known color: Violet Blue. HEX triplet: A7, 5A and AC. RGB value is (167,90,172). Sum of RGB (Red+Green+Blue) = 167+90+172=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #A75AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75AAC is #58A553. Grayscale: #7A7A7A. Windows color (decimal): -5809492 or 11295399. OLE color: 11295399.
HSL color Cylindrical-coordinate representation of color #A75AAC: hue angle of 296.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75AAC is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 90 | 172 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.33 |
| HSL | 296.34º | 0.33% | 0.51% | - |
| HSV(B) | 296.34º | 0.48% | 0.67% | - |
| XYZ | 27.04 | 18.51 | 41.18 | - |
| YUV | 122.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 172 | 0.03 | 0.48 | 0 | 0.33 | 296.34 | 0.33 | 0.51 |
| Hex | A7 | 5A | AC | 3 | 30 | 0 | 21 | 128 | 21 | 33 |
| Octal | 247 | 132 | 254 | 3 | 60 | 0 | 41 | 450 | 41 | 63 |
| Binary | 10100111 | 1011010 | 10101100 | 11 | 110000 | 0 | 100001 | 100101000 | 100001 | 110011 |
Color Harmonies of #A75AAC
Complementary color
Monochromatic Colors of #A75AAC
Black with #A75AAC
Text Example
Text Example
White with #A75AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75AAC; }
p { color: rgb(167,90,172); }
H1.HeaderClassName
{
color: #A75AAC;
}
.AnyTagClassName
{
color: #A75AAC;
}
</style>
background-color css
<style>
a { background-color: #A75AAC; }
a { background-color: rgb(167,90,172); }
div.DivClassName
{
background-color: #A75AAC;
}
.BgClassName
{
background-color: #A75AAC;
}
</style>
border-color css
<style>
span { border-color: #A75AAC; }
span { border-color: rgb(167,90,172); }
td.TdClassName
{
border-color: #A75AAC;
}
.TagClassName
{
border-color: #A75AAC;
}
</style>