Shades of Violet Blue #AA3AA4
Tints of Violet Blue #AA3AA4
RGB
CMYK
RGB Variations
Color information
#AA3AA4 (or 0xAA3AA4) is known color: Violet Blue. HEX triplet: AA, 3A and A4. RGB value is (170,58,164). Sum of RGB (Red+Green+Blue) = 170+58+164=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AA4 is #55C55B. Grayscale: #676767. Windows color (decimal): -5621084 or 10762922. OLE color: 10762922.
HSL color Cylindrical-coordinate representation of color #AA3AA4: hue angle of 303.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3AA4 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 164 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.33 |
| HSL | 303.21º | 0.49% | 0.45% | - |
| HSV(B) | 303.21º | 0.66% | 0.67% | - |
| XYZ | 24.79 | 14.25 | 36.57 | - |
| YUV | 103.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 164 | 0 | 0.66 | 0.04 | 0.33 | 303.21 | 0.49 | 0.45 |
| Hex | AA | 3A | A4 | 0 | 42 | 4 | 21 | 12F | 31 | 2D |
| Octal | 252 | 72 | 244 | 0 | 102 | 4 | 41 | 457 | 61 | 55 |
| Binary | 10101010 | 111010 | 10100100 | 0 | 1000010 | 100 | 100001 | 100101111 | 110001 | 101101 |
Color Harmonies of #AA3AA4
Complementary color
Monochromatic Colors of #AA3AA4
Black with #AA3AA4
Text Example
Text Example
White with #AA3AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AA4; }
p { color: rgb(170,58,164); }
H1.HeaderClassName
{
color: #AA3AA4;
}
.AnyTagClassName
{
color: #AA3AA4;
}
</style>
background-color css
<style>
a { background-color: #AA3AA4; }
a { background-color: rgb(170,58,164); }
div.DivClassName
{
background-color: #AA3AA4;
}
.BgClassName
{
background-color: #AA3AA4;
}
</style>
border-color css
<style>
span { border-color: #AA3AA4; }
span { border-color: rgb(170,58,164); }
td.TdClassName
{
border-color: #AA3AA4;
}
.TagClassName
{
border-color: #AA3AA4;
}
</style>