Shades of Violet Blue #AA4AA3
Tints of Violet Blue #AA4AA3
RGB
CMYK
RGB Variations
Color information
#AA4AA3 (or 0xAA4AA3) is known color: Violet Blue. HEX triplet: AA, 4A and A3. RGB value is (170,74,163). Sum of RGB (Red+Green+Blue) = 170+74+163=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA3 is #55B55C. Grayscale: #707070. Windows color (decimal): -5616989 or 10701482. OLE color: 10701482.
HSL color Cylindrical-coordinate representation of color #AA4AA3: hue angle of 304.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4AA3 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 163 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.33 |
| HSL | 304.38º | 0.39% | 0.48% | - |
| HSV(B) | 304.38º | 0.56% | 0.67% | - |
| XYZ | 25.64 | 16.09 | 36.4 | - |
| YUV | 112.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 163 | 0 | 0.56 | 0.04 | 0.33 | 304.38 | 0.39 | 0.48 |
| Hex | AA | 4A | A3 | 0 | 38 | 4 | 21 | 130 | 27 | 30 |
| Octal | 252 | 112 | 243 | 0 | 70 | 4 | 41 | 460 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10100011 | 0 | 111000 | 100 | 100001 | 100110000 | 100111 | 110000 |
Color Harmonies of #AA4AA3
Complementary color
Monochromatic Colors of #AA4AA3
Black with #AA4AA3
Text Example
Text Example
White with #AA4AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AA3; }
p { color: rgb(170,74,163); }
H1.HeaderClassName
{
color: #AA4AA3;
}
.AnyTagClassName
{
color: #AA4AA3;
}
</style>
background-color css
<style>
a { background-color: #AA4AA3; }
a { background-color: rgb(170,74,163); }
div.DivClassName
{
background-color: #AA4AA3;
}
.BgClassName
{
background-color: #AA4AA3;
}
</style>
border-color css
<style>
span { border-color: #AA4AA3; }
span { border-color: rgb(170,74,163); }
td.TdClassName
{
border-color: #AA4AA3;
}
.TagClassName
{
border-color: #AA4AA3;
}
</style>