Shades of Violet Blue #AA4AA8
Tints of Violet Blue #AA4AA8
RGB
CMYK
RGB Variations
Color information
#AA4AA8 (or 0xAA4AA8) is known color: Violet Blue. HEX triplet: AA, 4A and A8. RGB value is (170,74,168). Sum of RGB (Red+Green+Blue) = 170+74+168=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA8 is #55B557. Grayscale: #717171. Windows color (decimal): -5616984 or 11029162. OLE color: 11029162.
HSL color Cylindrical-coordinate representation of color #AA4AA8: hue angle of 301.25º 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 #AA4AA8 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 168 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.33 |
| HSL | 301.25º | 0.39% | 0.48% | - |
| HSV(B) | 301.25º | 0.56% | 0.67% | - |
| XYZ | 26.09 | 16.27 | 38.81 | - |
| YUV | 113.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 168 | 0 | 0.56 | 0.01 | 0.33 | 301.25 | 0.39 | 0.48 |
| Hex | AA | 4A | A8 | 0 | 38 | 1 | 21 | 12D | 27 | 30 |
| Octal | 252 | 112 | 250 | 0 | 70 | 1 | 41 | 455 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10101000 | 0 | 111000 | 1 | 100001 | 100101101 | 100111 | 110000 |
Color Harmonies of #AA4AA8
Complementary color
Monochromatic Colors of #AA4AA8
Black with #AA4AA8
Text Example
Text Example
White with #AA4AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AA8; }
p { color: rgb(170,74,168); }
H1.HeaderClassName
{
color: #AA4AA8;
}
.AnyTagClassName
{
color: #AA4AA8;
}
</style>
background-color css
<style>
a { background-color: #AA4AA8; }
a { background-color: rgb(170,74,168); }
div.DivClassName
{
background-color: #AA4AA8;
}
.BgClassName
{
background-color: #AA4AA8;
}
</style>
border-color css
<style>
span { border-color: #AA4AA8; }
span { border-color: rgb(170,74,168); }
td.TdClassName
{
border-color: #AA4AA8;
}
.TagClassName
{
border-color: #AA4AA8;
}
</style>