Shades of Violet Blue #AA75A5
Tints of Violet Blue #AA75A5
RGB
CMYK
RGB Variations
Color information
#AA75A5 (or 0xAA75A5) is known color: Violet Blue. HEX triplet: AA, 75 and A5. RGB value is (170,117,165). Sum of RGB (Red+Green+Blue) = 170+117+165=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA75A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75A5 is #558A5A. Grayscale: #8A8A8A. Windows color (decimal): -5605979 or 10843562. OLE color: 10843562.
HSL color Cylindrical-coordinate representation of color #AA75A5: hue angle of 305.66º 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 #AA75A5 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 165 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.33 |
| HSL | 305.66º | 0.24% | 0.56% | - |
| HSV(B) | 305.66º | 0.31% | 0.67% | - |
| XYZ | 29.73 | 23.99 | 38.66 | - |
| YUV | 138.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 165 | 0 | 0.31 | 0.03 | 0.33 | 305.66 | 0.24 | 0.56 |
| Hex | AA | 75 | A5 | 0 | 1F | 3 | 21 | 132 | 18 | 38 |
| Octal | 252 | 165 | 245 | 0 | 37 | 3 | 41 | 462 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10100101 | 0 | 11111 | 11 | 100001 | 100110010 | 11000 | 111000 |
Color Harmonies of #AA75A5
Complementary color
Monochromatic Colors of #AA75A5
Black with #AA75A5
Text Example
Text Example
White with #AA75A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75A5; }
p { color: rgb(170,117,165); }
H1.HeaderClassName
{
color: #AA75A5;
}
.AnyTagClassName
{
color: #AA75A5;
}
</style>
background-color css
<style>
a { background-color: #AA75A5; }
a { background-color: rgb(170,117,165); }
div.DivClassName
{
background-color: #AA75A5;
}
.BgClassName
{
background-color: #AA75A5;
}
</style>
border-color css
<style>
span { border-color: #AA75A5; }
span { border-color: rgb(170,117,165); }
td.TdClassName
{
border-color: #AA75A5;
}
.TagClassName
{
border-color: #AA75A5;
}
</style>