Shades of Violet Blue #AA75A8
Tints of Violet Blue #AA75A8
RGB
CMYK
RGB Variations
Color information
#AA75A8 (or 0xAA75A8) is known color: Violet Blue. HEX triplet: AA, 75 and A8. RGB value is (170,117,168). Sum of RGB (Red+Green+Blue) = 170+117+168=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA75A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75A8 is #558A57. Grayscale: #8A8A8A. Windows color (decimal): -5605976 or 11040170. OLE color: 11040170.
HSL color Cylindrical-coordinate representation of color #AA75A8: hue angle of 302.26º 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 #AA75A8 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 168 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.33 |
| HSL | 302.26º | 0.24% | 0.56% | - |
| HSV(B) | 302.26º | 0.31% | 0.67% | - |
| XYZ | 30.01 | 24.1 | 40.12 | - |
| YUV | 138.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 168 | 0 | 0.31 | 0.01 | 0.33 | 302.26 | 0.24 | 0.56 |
| Hex | AA | 75 | A8 | 0 | 1F | 1 | 21 | 12E | 18 | 38 |
| Octal | 252 | 165 | 250 | 0 | 37 | 1 | 41 | 456 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10101000 | 0 | 11111 | 1 | 100001 | 100101110 | 11000 | 111000 |
Color Harmonies of #AA75A8
Complementary color
Monochromatic Colors of #AA75A8
Black with #AA75A8
Text Example
Text Example
White with #AA75A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75A8; }
p { color: rgb(170,117,168); }
H1.HeaderClassName
{
color: #AA75A8;
}
.AnyTagClassName
{
color: #AA75A8;
}
</style>
background-color css
<style>
a { background-color: #AA75A8; }
a { background-color: rgb(170,117,168); }
div.DivClassName
{
background-color: #AA75A8;
}
.BgClassName
{
background-color: #AA75A8;
}
</style>
border-color css
<style>
span { border-color: #AA75A8; }
span { border-color: rgb(170,117,168); }
td.TdClassName
{
border-color: #AA75A8;
}
.TagClassName
{
border-color: #AA75A8;
}
</style>