Shades of Violet Blue #AA3F9F
Tints of Violet Blue #AA3F9F
RGB
CMYK
RGB Variations
Color information
#AA3F9F (or 0xAA3F9F) is known color: Violet Blue. HEX triplet: AA, 3F and 9F. RGB value is (170,63,159). Sum of RGB (Red+Green+Blue) = 170+63+159=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F9F is #55C060. Grayscale: #696969. Windows color (decimal): -5619809 or 10436522. OLE color: 10436522.
HSL color Cylindrical-coordinate representation of color #AA3F9F: hue angle of 306.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F9F is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 159 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.33 |
| HSL | 306.17º | 0.46% | 0.46% | - |
| HSV(B) | 306.17º | 0.63% | 0.67% | - |
| XYZ | 24.61 | 14.6 | 34.32 | - |
| YUV | 105.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 159 | 0 | 0.63 | 0.06 | 0.33 | 306.17 | 0.46 | 0.46 |
| Hex | AA | 3F | 9F | 0 | 3F | 6 | 21 | 132 | 2E | 2E |
| Octal | 252 | 77 | 237 | 0 | 77 | 6 | 41 | 462 | 56 | 56 |
| Binary | 10101010 | 111111 | 10011111 | 0 | 111111 | 110 | 100001 | 100110010 | 101110 | 101110 |
Color Harmonies of #AA3F9F
Complementary color
Monochromatic Colors of #AA3F9F
Black with #AA3F9F
Text Example
Text Example
White with #AA3F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F9F; }
p { color: rgb(170,63,159); }
H1.HeaderClassName
{
color: #AA3F9F;
}
.AnyTagClassName
{
color: #AA3F9F;
}
</style>
background-color css
<style>
a { background-color: #AA3F9F; }
a { background-color: rgb(170,63,159); }
div.DivClassName
{
background-color: #AA3F9F;
}
.BgClassName
{
background-color: #AA3F9F;
}
</style>
border-color css
<style>
span { border-color: #AA3F9F; }
span { border-color: rgb(170,63,159); }
td.TdClassName
{
border-color: #AA3F9F;
}
.TagClassName
{
border-color: #AA3F9F;
}
</style>