Shades of Violet Blue #AA6CAA
Tints of Violet Blue #AA6CAA
RGB
CMYK
RGB Variations
Color information
#AA6CAA (or 0xAA6CAA) is known color: Violet Blue. HEX triplet: AA, 6C and AA. RGB value is (170,108,170). Sum of RGB (Red+Green+Blue) = 170+108+170=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA6CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6CAA is #559355. Grayscale: #858585. Windows color (decimal): -5608278 or 11168938. OLE color: 11168938.
HSL color Cylindrical-coordinate representation of color #AA6CAA: hue angle of 300º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6CAA is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 170 | - |
| CMYK | 0 | 0.36 | 0 | 0.33 |
| HSL | 300º | 0.27% | 0.55% | - |
| HSV(B) | 300º | 0.36% | 0.67% | - |
| XYZ | 29.2 | 22.17 | 40.77 | - |
| YUV | 133.61 | 148.54 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 170 | 0 | 0.36 | 0 | 0.33 | 300 | 0.27 | 0.55 |
| Hex | AA | 6C | AA | 0 | 24 | 0 | 21 | 12C | 1B | 37 |
| Octal | 252 | 154 | 252 | 0 | 44 | 0 | 41 | 454 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10101010 | 0 | 100100 | 0 | 100001 | 100101100 | 11011 | 110111 |
Color Harmonies of #AA6CAA
Complementary color
Monochromatic Colors of #AA6CAA
Black with #AA6CAA
Text Example
Text Example
White with #AA6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CAA; }
p { color: rgb(170,108,170); }
H1.HeaderClassName
{
color: #AA6CAA;
}
.AnyTagClassName
{
color: #AA6CAA;
}
</style>
background-color css
<style>
a { background-color: #AA6CAA; }
a { background-color: rgb(170,108,170); }
div.DivClassName
{
background-color: #AA6CAA;
}
.BgClassName
{
background-color: #AA6CAA;
}
</style>
border-color css
<style>
span { border-color: #AA6CAA; }
span { border-color: rgb(170,108,170); }
td.TdClassName
{
border-color: #AA6CAA;
}
.TagClassName
{
border-color: #AA6CAA;
}
</style>