Shades of Violet Blue #AA64B3
Tints of Violet Blue #AA64B3
RGB
CMYK
RGB Variations
Color information
#AA64B3 (or 0xAA64B3) is known color: Violet Blue. HEX triplet: AA, 64 and B3. RGB value is (170,100,179). Sum of RGB (Red+Green+Blue) = 170+100+179=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA64B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64B3 is #559B4C. Grayscale: #818181. Windows color (decimal): -5610317 or 11756714. OLE color: 11756714.
HSL color Cylindrical-coordinate representation of color #AA64B3: hue angle of 293.16º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA64B3 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 100 | 179 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.30 |
| HSL | 293.16º | 0.34% | 0.55% | - |
| HSV(B) | 293.16º | 0.44% | 0.7% | - |
| XYZ | 29.27 | 20.92 | 45.14 | - |
| YUV | 129.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 179 | 0.05 | 0.44 | 0 | 0.30 | 293.16 | 0.34 | 0.55 |
| Hex | AA | 64 | B3 | 5 | 2C | 0 | 1E | 125 | 22 | 37 |
| Octal | 252 | 144 | 263 | 5 | 54 | 0 | 36 | 445 | 42 | 67 |
| Binary | 10101010 | 1100100 | 10110011 | 101 | 101100 | 0 | 11110 | 100100101 | 100010 | 110111 |
Color Harmonies of #AA64B3
Complementary color
Monochromatic Colors of #AA64B3
Black with #AA64B3
Text Example
Text Example
White with #AA64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64B3; }
p { color: rgb(170,100,179); }
H1.HeaderClassName
{
color: #AA64B3;
}
.AnyTagClassName
{
color: #AA64B3;
}
</style>
background-color css
<style>
a { background-color: #AA64B3; }
a { background-color: rgb(170,100,179); }
div.DivClassName
{
background-color: #AA64B3;
}
.BgClassName
{
background-color: #AA64B3;
}
</style>
border-color css
<style>
span { border-color: #AA64B3; }
span { border-color: rgb(170,100,179); }
td.TdClassName
{
border-color: #AA64B3;
}
.TagClassName
{
border-color: #AA64B3;
}
</style>