Shades of Violet Blue #AA44AA
Tints of Violet Blue #AA44AA
RGB
CMYK
RGB Variations
Color information
#AA44AA (or 0xAA44AA) is known color: Violet Blue. HEX triplet: AA, 44 and AA. RGB value is (170,68,170). Sum of RGB (Red+Green+Blue) = 170+68+170=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA44AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA44AA is #55BB55. Grayscale: #6D6D6D. Windows color (decimal): -5618518 or 11158698. OLE color: 11158698.
HSL color Cylindrical-coordinate representation of color #AA44AA: hue angle of 300º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA44AA is Cyan = 0, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 170 | - |
| CMYK | 0 | 0.6 | 0 | 0.33 |
| HSL | 300º | 0.43% | 0.47% | - |
| HSV(B) | 300º | 0.6% | 0.67% | - |
| XYZ | 25.9 | 15.58 | 39.67 | - |
| YUV | 110.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 170 | 0 | 0.6 | 0 | 0.33 | 300 | 0.43 | 0.47 |
| Hex | AA | 44 | AA | 0 | 3C | 0 | 21 | 12C | 2B | 2F |
| Octal | 252 | 104 | 252 | 0 | 74 | 0 | 41 | 454 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10101010 | 0 | 111100 | 0 | 100001 | 100101100 | 101011 | 101111 |
Color Harmonies of #AA44AA
Complementary color
Monochromatic Colors of #AA44AA
Black with #AA44AA
Text Example
Text Example
White with #AA44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44AA; }
p { color: rgb(170,68,170); }
H1.HeaderClassName
{
color: #AA44AA;
}
.AnyTagClassName
{
color: #AA44AA;
}
</style>
background-color css
<style>
a { background-color: #AA44AA; }
a { background-color: rgb(170,68,170); }
div.DivClassName
{
background-color: #AA44AA;
}
.BgClassName
{
background-color: #AA44AA;
}
</style>
border-color css
<style>
span { border-color: #AA44AA; }
span { border-color: rgb(170,68,170); }
td.TdClassName
{
border-color: #AA44AA;
}
.TagClassName
{
border-color: #AA44AA;
}
</style>