Shades of Violet Blue #AA6C9E
Tints of Violet Blue #AA6C9E
RGB
CMYK
RGB Variations
Color information
#AA6C9E (or 0xAA6C9E) is known color: Violet Blue. HEX triplet: AA, 6C and 9E. RGB value is (170,108,158). Sum of RGB (Red+Green+Blue) = 170+108+158=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C9E is #559361. Grayscale: #848484. Windows color (decimal): -5608290 or 10382506. OLE color: 10382506.
HSL color Cylindrical-coordinate representation of color #AA6C9E: hue angle of 311.61º 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 #AA6C9E is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 158 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.33 |
| HSL | 311.61º | 0.27% | 0.55% | - |
| HSV(B) | 311.61º | 0.36% | 0.67% | - |
| XYZ | 28.11 | 21.74 | 35.06 | - |
| YUV | 132.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 158 | 0 | 0.36 | 0.07 | 0.33 | 311.61 | 0.27 | 0.55 |
| Hex | AA | 6C | 9E | 0 | 24 | 7 | 21 | 138 | 1B | 37 |
| Octal | 252 | 154 | 236 | 0 | 44 | 7 | 41 | 470 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10011110 | 0 | 100100 | 111 | 100001 | 100111000 | 11011 | 110111 |
Color Harmonies of #AA6C9E
Complementary color
Monochromatic Colors of #AA6C9E
Black with #AA6C9E
Text Example
Text Example
White with #AA6C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C9E; }
p { color: rgb(170,108,158); }
H1.HeaderClassName
{
color: #AA6C9E;
}
.AnyTagClassName
{
color: #AA6C9E;
}
</style>
background-color css
<style>
a { background-color: #AA6C9E; }
a { background-color: rgb(170,108,158); }
div.DivClassName
{
background-color: #AA6C9E;
}
.BgClassName
{
background-color: #AA6C9E;
}
</style>
border-color css
<style>
span { border-color: #AA6C9E; }
span { border-color: rgb(170,108,158); }
td.TdClassName
{
border-color: #AA6C9E;
}
.TagClassName
{
border-color: #AA6C9E;
}
</style>