Shades of Violet Blue #AA3AA5
Tints of Violet Blue #AA3AA5
RGB
CMYK
RGB Variations
Color information
#AA3AA5 (or 0xAA3AA5) is known color: Violet Blue. HEX triplet: AA, 3A and A5. RGB value is (170,58,165). Sum of RGB (Red+Green+Blue) = 170+58+165=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AA5 is #55C55A. Grayscale: #676767. Windows color (decimal): -5621083 or 10828458. OLE color: 10828458.
HSL color Cylindrical-coordinate representation of color #AA3AA5: hue angle of 302.68º 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 #AA3AA5 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 165 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.33 |
| HSL | 302.68º | 0.49% | 0.45% | - |
| HSV(B) | 302.68º | 0.66% | 0.67% | - |
| XYZ | 24.88 | 14.29 | 37.04 | - |
| YUV | 103.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 165 | 0 | 0.66 | 0.03 | 0.33 | 302.68 | 0.49 | 0.45 |
| Hex | AA | 3A | A5 | 0 | 42 | 3 | 21 | 12F | 31 | 2D |
| Octal | 252 | 72 | 245 | 0 | 102 | 3 | 41 | 457 | 61 | 55 |
| Binary | 10101010 | 111010 | 10100101 | 0 | 1000010 | 11 | 100001 | 100101111 | 110001 | 101101 |
Color Harmonies of #AA3AA5
Complementary color
Monochromatic Colors of #AA3AA5
Black with #AA3AA5
Text Example
Text Example
White with #AA3AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AA5; }
p { color: rgb(170,58,165); }
H1.HeaderClassName
{
color: #AA3AA5;
}
.AnyTagClassName
{
color: #AA3AA5;
}
</style>
background-color css
<style>
a { background-color: #AA3AA5; }
a { background-color: rgb(170,58,165); }
div.DivClassName
{
background-color: #AA3AA5;
}
.BgClassName
{
background-color: #AA3AA5;
}
</style>
border-color css
<style>
span { border-color: #AA3AA5; }
span { border-color: rgb(170,58,165); }
td.TdClassName
{
border-color: #AA3AA5;
}
.TagClassName
{
border-color: #AA3AA5;
}
</style>