Shades of Violet Blue #AA3E9C
Tints of Violet Blue #AA3E9C
RGB
CMYK
RGB Variations
Color information
#AA3E9C (or 0xAA3E9C) is known color: Violet Blue. HEX triplet: AA, 3E and 9C. RGB value is (170,62,156). Sum of RGB (Red+Green+Blue) = 170+62+156=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E9C is #55C163. Grayscale: #686868. Windows color (decimal): -5620068 or 10239658. OLE color: 10239658.
HSL color Cylindrical-coordinate representation of color #AA3E9C: hue angle of 307.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3E9C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 156 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.33 |
| HSL | 307.78º | 0.47% | 0.45% | - |
| HSV(B) | 307.78º | 0.64% | 0.67% | - |
| XYZ | 24.3 | 14.39 | 32.95 | - |
| YUV | 105.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 156 | 0 | 0.64 | 0.08 | 0.33 | 307.78 | 0.47 | 0.45 |
| Hex | AA | 3E | 9C | 0 | 40 | 8 | 21 | 134 | 2F | 2D |
| Octal | 252 | 76 | 234 | 0 | 100 | 10 | 41 | 464 | 57 | 55 |
| Binary | 10101010 | 111110 | 10011100 | 0 | 1000000 | 1000 | 100001 | 100110100 | 101111 | 101101 |
Color Harmonies of #AA3E9C
Complementary color
Monochromatic Colors of #AA3E9C
Black with #AA3E9C
Text Example
Text Example
White with #AA3E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E9C; }
p { color: rgb(170,62,156); }
H1.HeaderClassName
{
color: #AA3E9C;
}
.AnyTagClassName
{
color: #AA3E9C;
}
</style>
background-color css
<style>
a { background-color: #AA3E9C; }
a { background-color: rgb(170,62,156); }
div.DivClassName
{
background-color: #AA3E9C;
}
.BgClassName
{
background-color: #AA3E9C;
}
</style>
border-color css
<style>
span { border-color: #AA3E9C; }
span { border-color: rgb(170,62,156); }
td.TdClassName
{
border-color: #AA3E9C;
}
.TagClassName
{
border-color: #AA3E9C;
}
</style>