Shades of Violet Blue #AA58A0
Tints of Violet Blue #AA58A0
RGB
CMYK
RGB Variations
Color information
#AA58A0 (or 0xAA58A0) is known color: Violet Blue. HEX triplet: AA, 58 and A0. RGB value is (170,88,160). Sum of RGB (Red+Green+Blue) = 170+88+160=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA58A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA58A0 is #55A75F. Grayscale: #787878. Windows color (decimal): -5613408 or 10508458. OLE color: 10508458.
HSL color Cylindrical-coordinate representation of color #AA58A0: hue angle of 307.32º 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 #AA58A0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 160 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.33 |
| HSL | 307.32º | 0.33% | 0.51% | - |
| HSV(B) | 307.32º | 0.48% | 0.67% | - |
| XYZ | 26.41 | 18.06 | 35.35 | - |
| YUV | 120.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 160 | 0 | 0.48 | 0.06 | 0.33 | 307.32 | 0.33 | 0.51 |
| Hex | AA | 58 | A0 | 0 | 30 | 6 | 21 | 133 | 21 | 33 |
| Octal | 252 | 130 | 240 | 0 | 60 | 6 | 41 | 463 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10100000 | 0 | 110000 | 110 | 100001 | 100110011 | 100001 | 110011 |
Color Harmonies of #AA58A0
Complementary color
Monochromatic Colors of #AA58A0
Black with #AA58A0
Text Example
Text Example
White with #AA58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58A0; }
p { color: rgb(170,88,160); }
H1.HeaderClassName
{
color: #AA58A0;
}
.AnyTagClassName
{
color: #AA58A0;
}
</style>
background-color css
<style>
a { background-color: #AA58A0; }
a { background-color: rgb(170,88,160); }
div.DivClassName
{
background-color: #AA58A0;
}
.BgClassName
{
background-color: #AA58A0;
}
</style>
border-color css
<style>
span { border-color: #AA58A0; }
span { border-color: rgb(170,88,160); }
td.TdClassName
{
border-color: #AA58A0;
}
.TagClassName
{
border-color: #AA58A0;
}
</style>