Shades of Violet Blue #AA6DB5
Tints of Violet Blue #AA6DB5
RGB
CMYK
RGB Variations
Color information
#AA6DB5 (or 0xAA6DB5) is known color: Violet Blue. HEX triplet: AA, 6D and B5. RGB value is (170,109,181). Sum of RGB (Red+Green+Blue) = 170+109+181=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA6DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DB5 is #55924A. Grayscale: #878787. Windows color (decimal): -5608011 or 11890090. OLE color: 11890090.
HSL color Cylindrical-coordinate representation of color #AA6DB5: hue angle of 290.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6DB5 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 109 | 181 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.29 |
| HSL | 290.83º | 0.33% | 0.57% | - |
| HSV(B) | 290.83º | 0.4% | 0.71% | - |
| XYZ | 30.39 | 22.82 | 46.52 | - |
| YUV | 135.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 181 | 0.06 | 0.40 | 0 | 0.29 | 290.83 | 0.33 | 0.57 |
| Hex | AA | 6D | B5 | 6 | 28 | 0 | 1D | 123 | 21 | 39 |
| Octal | 252 | 155 | 265 | 6 | 50 | 0 | 35 | 443 | 41 | 71 |
| Binary | 10101010 | 1101101 | 10110101 | 110 | 101000 | 0 | 11101 | 100100011 | 100001 | 111001 |
Color Harmonies of #AA6DB5
Complementary color
Monochromatic Colors of #AA6DB5
Black with #AA6DB5
Text Example
Text Example
White with #AA6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DB5; }
p { color: rgb(170,109,181); }
H1.HeaderClassName
{
color: #AA6DB5;
}
.AnyTagClassName
{
color: #AA6DB5;
}
</style>
background-color css
<style>
a { background-color: #AA6DB5; }
a { background-color: rgb(170,109,181); }
div.DivClassName
{
background-color: #AA6DB5;
}
.BgClassName
{
background-color: #AA6DB5;
}
</style>
border-color css
<style>
span { border-color: #AA6DB5; }
span { border-color: rgb(170,109,181); }
td.TdClassName
{
border-color: #AA6DB5;
}
.TagClassName
{
border-color: #AA6DB5;
}
</style>