Shades of Violet Blue #AA6DB4
Tints of Violet Blue #AA6DB4
RGB
CMYK
RGB Variations
Color information
#AA6DB4 (or 0xAA6DB4) is known color: Violet Blue. HEX triplet: AA, 6D and B4. RGB value is (170,109,180). Sum of RGB (Red+Green+Blue) = 170+109+180=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA6DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DB4 is #55924B. Grayscale: #878787. Windows color (decimal): -5608012 or 11824554. OLE color: 11824554.
HSL color Cylindrical-coordinate representation of color #AA6DB4: hue angle of 291.55º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6DB4 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 109 | 180 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.29 |
| HSL | 291.55º | 0.32% | 0.57% | - |
| HSV(B) | 291.55º | 0.39% | 0.71% | - |
| XYZ | 30.28 | 22.78 | 45.98 | - |
| YUV | 135.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 180 | 0.06 | 0.39 | 0 | 0.29 | 291.55 | 0.32 | 0.57 |
| Hex | AA | 6D | B4 | 6 | 27 | 0 | 1D | 124 | 20 | 39 |
| Octal | 252 | 155 | 264 | 6 | 47 | 0 | 35 | 444 | 40 | 71 |
| Binary | 10101010 | 1101101 | 10110100 | 110 | 100111 | 0 | 11101 | 100100100 | 100000 | 111001 |
Color Harmonies of #AA6DB4
Complementary color
Monochromatic Colors of #AA6DB4
Black with #AA6DB4
Text Example
Text Example
White with #AA6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DB4; }
p { color: rgb(170,109,180); }
H1.HeaderClassName
{
color: #AA6DB4;
}
.AnyTagClassName
{
color: #AA6DB4;
}
</style>
background-color css
<style>
a { background-color: #AA6DB4; }
a { background-color: rgb(170,109,180); }
div.DivClassName
{
background-color: #AA6DB4;
}
.BgClassName
{
background-color: #AA6DB4;
}
</style>
border-color css
<style>
span { border-color: #AA6DB4; }
span { border-color: rgb(170,109,180); }
td.TdClassName
{
border-color: #AA6DB4;
}
.TagClassName
{
border-color: #AA6DB4;
}
</style>