Shades of Violet Blue #AA3C9F
Tints of Violet Blue #AA3C9F
RGB
CMYK
RGB Variations
Color information
#AA3C9F (or 0xAA3C9F) is known color: Violet Blue. HEX triplet: AA, 3C and 9F. RGB value is (170,60,159). Sum of RGB (Red+Green+Blue) = 170+60+159=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C9F is #55C360. Grayscale: #676767. Windows color (decimal): -5620577 or 10435754. OLE color: 10435754.
HSL color Cylindrical-coordinate representation of color #AA3C9F: hue angle of 306º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C9F is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 159 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.33 |
| HSL | 306º | 0.48% | 0.45% | - |
| HSV(B) | 306º | 0.65% | 0.67% | - |
| XYZ | 24.45 | 14.28 | 34.27 | - |
| YUV | 104.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 159 | 0 | 0.65 | 0.06 | 0.33 | 306 | 0.48 | 0.45 |
| Hex | AA | 3C | 9F | 0 | 41 | 6 | 21 | 132 | 30 | 2D |
| Octal | 252 | 74 | 237 | 0 | 101 | 6 | 41 | 462 | 60 | 55 |
| Binary | 10101010 | 111100 | 10011111 | 0 | 1000001 | 110 | 100001 | 100110010 | 110000 | 101101 |
Color Harmonies of #AA3C9F
Complementary color
Monochromatic Colors of #AA3C9F
Black with #AA3C9F
Text Example
Text Example
White with #AA3C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C9F; }
p { color: rgb(170,60,159); }
H1.HeaderClassName
{
color: #AA3C9F;
}
.AnyTagClassName
{
color: #AA3C9F;
}
</style>
background-color css
<style>
a { background-color: #AA3C9F; }
a { background-color: rgb(170,60,159); }
div.DivClassName
{
background-color: #AA3C9F;
}
.BgClassName
{
background-color: #AA3C9F;
}
</style>
border-color css
<style>
span { border-color: #AA3C9F; }
span { border-color: rgb(170,60,159); }
td.TdClassName
{
border-color: #AA3C9F;
}
.TagClassName
{
border-color: #AA3C9F;
}
</style>