Shades of Violet Blue #AA3F9B
Tints of Violet Blue #AA3F9B
RGB
CMYK
RGB Variations
Color information
#AA3F9B (or 0xAA3F9B) is known color: Violet Blue. HEX triplet: AA, 3F and 9B. RGB value is (170,63,155). Sum of RGB (Red+Green+Blue) = 170+63+155=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F9B is #55C064. Grayscale: #696969. Windows color (decimal): -5619813 or 10174378. OLE color: 10174378.
HSL color Cylindrical-coordinate representation of color #AA3F9B: hue angle of 308.41º 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 #AA3F9B is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 155 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.33 |
| HSL | 308.41º | 0.46% | 0.46% | - |
| HSV(B) | 308.41º | 0.63% | 0.67% | - |
| XYZ | 24.27 | 14.47 | 32.52 | - |
| YUV | 105.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 155 | 0 | 0.63 | 0.09 | 0.33 | 308.41 | 0.46 | 0.46 |
| Hex | AA | 3F | 9B | 0 | 3F | 9 | 21 | 134 | 2E | 2E |
| Octal | 252 | 77 | 233 | 0 | 77 | 11 | 41 | 464 | 56 | 56 |
| Binary | 10101010 | 111111 | 10011011 | 0 | 111111 | 1001 | 100001 | 100110100 | 101110 | 101110 |
Color Harmonies of #AA3F9B
Complementary color
Monochromatic Colors of #AA3F9B
Black with #AA3F9B
Text Example
Text Example
White with #AA3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F9B; }
p { color: rgb(170,63,155); }
H1.HeaderClassName
{
color: #AA3F9B;
}
.AnyTagClassName
{
color: #AA3F9B;
}
</style>
background-color css
<style>
a { background-color: #AA3F9B; }
a { background-color: rgb(170,63,155); }
div.DivClassName
{
background-color: #AA3F9B;
}
.BgClassName
{
background-color: #AA3F9B;
}
</style>
border-color css
<style>
span { border-color: #AA3F9B; }
span { border-color: rgb(170,63,155); }
td.TdClassName
{
border-color: #AA3F9B;
}
.TagClassName
{
border-color: #AA3F9B;
}
</style>