Shades of Violet Blue #AA3CA7
Tints of Violet Blue #AA3CA7
RGB
CMYK
RGB Variations
Color information
#AA3CA7 (or 0xAA3CA7) is known color: Violet Blue. HEX triplet: AA, 3C and A7. RGB value is (170,60,167). Sum of RGB (Red+Green+Blue) = 170+60+167=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3CA7 is #55C358. Grayscale: #686868. Windows color (decimal): -5620569 or 10960042. OLE color: 10960042.
HSL color Cylindrical-coordinate representation of color #AA3CA7: hue angle of 301.64º 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 #AA3CA7 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 167 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.33 |
| HSL | 301.64º | 0.48% | 0.45% | - |
| HSV(B) | 301.64º | 0.65% | 0.67% | - |
| XYZ | 25.17 | 14.57 | 38.04 | - |
| YUV | 105.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 167 | 0 | 0.65 | 0.02 | 0.33 | 301.64 | 0.48 | 0.45 |
| Hex | AA | 3C | A7 | 0 | 41 | 2 | 21 | 12E | 30 | 2D |
| Octal | 252 | 74 | 247 | 0 | 101 | 2 | 41 | 456 | 60 | 55 |
| Binary | 10101010 | 111100 | 10100111 | 0 | 1000001 | 10 | 100001 | 100101110 | 110000 | 101101 |
Color Harmonies of #AA3CA7
Complementary color
Monochromatic Colors of #AA3CA7
Black with #AA3CA7
Text Example
Text Example
White with #AA3CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CA7; }
p { color: rgb(170,60,167); }
H1.HeaderClassName
{
color: #AA3CA7;
}
.AnyTagClassName
{
color: #AA3CA7;
}
</style>
background-color css
<style>
a { background-color: #AA3CA7; }
a { background-color: rgb(170,60,167); }
div.DivClassName
{
background-color: #AA3CA7;
}
.BgClassName
{
background-color: #AA3CA7;
}
</style>
border-color css
<style>
span { border-color: #AA3CA7; }
span { border-color: rgb(170,60,167); }
td.TdClassName
{
border-color: #AA3CA7;
}
.TagClassName
{
border-color: #AA3CA7;
}
</style>