Shades of Violet Blue #AA3CA4
Tints of Violet Blue #AA3CA4
RGB
CMYK
RGB Variations
Color information
#AA3CA4 (or 0xAA3CA4) is known color: Violet Blue. HEX triplet: AA, 3C and A4. RGB value is (170,60,164). Sum of RGB (Red+Green+Blue) = 170+60+164=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3CA4 is #55C35B. Grayscale: #686868. Windows color (decimal): -5620572 or 10763434. OLE color: 10763434.
HSL color Cylindrical-coordinate representation of color #AA3CA4: hue angle of 303.27º 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 #AA3CA4 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 164 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.33 |
| HSL | 303.27º | 0.48% | 0.45% | - |
| HSV(B) | 303.27º | 0.65% | 0.67% | - |
| XYZ | 24.89 | 14.46 | 36.6 | - |
| YUV | 104.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 164 | 0 | 0.65 | 0.04 | 0.33 | 303.27 | 0.48 | 0.45 |
| Hex | AA | 3C | A4 | 0 | 41 | 4 | 21 | 12F | 30 | 2D |
| Octal | 252 | 74 | 244 | 0 | 101 | 4 | 41 | 457 | 60 | 55 |
| Binary | 10101010 | 111100 | 10100100 | 0 | 1000001 | 100 | 100001 | 100101111 | 110000 | 101101 |
Color Harmonies of #AA3CA4
Complementary color
Monochromatic Colors of #AA3CA4
Black with #AA3CA4
Text Example
Text Example
White with #AA3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CA4; }
p { color: rgb(170,60,164); }
H1.HeaderClassName
{
color: #AA3CA4;
}
.AnyTagClassName
{
color: #AA3CA4;
}
</style>
background-color css
<style>
a { background-color: #AA3CA4; }
a { background-color: rgb(170,60,164); }
div.DivClassName
{
background-color: #AA3CA4;
}
.BgClassName
{
background-color: #AA3CA4;
}
</style>
border-color css
<style>
span { border-color: #AA3CA4; }
span { border-color: rgb(170,60,164); }
td.TdClassName
{
border-color: #AA3CA4;
}
.TagClassName
{
border-color: #AA3CA4;
}
</style>