Shades of Violet Blue #AA6C9D
Tints of Violet Blue #AA6C9D
RGB
CMYK
RGB Variations
Color information
#AA6C9D (or 0xAA6C9D) is known color: Violet Blue. HEX triplet: AA, 6C and 9D. RGB value is (170,108,157). Sum of RGB (Red+Green+Blue) = 170+108+157=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C9D is #559362. Grayscale: #838383. Windows color (decimal): -5608291 or 10316970. OLE color: 10316970.
HSL color Cylindrical-coordinate representation of color #AA6C9D: hue angle of 312.58º 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 #AA6C9D is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 157 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.33 |
| HSL | 312.58º | 0.27% | 0.55% | - |
| HSV(B) | 312.58º | 0.36% | 0.67% | - |
| XYZ | 28.03 | 21.71 | 34.61 | - |
| YUV | 132.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 157 | 0 | 0.36 | 0.08 | 0.33 | 312.58 | 0.27 | 0.55 |
| Hex | AA | 6C | 9D | 0 | 24 | 8 | 21 | 139 | 1B | 37 |
| Octal | 252 | 154 | 235 | 0 | 44 | 10 | 41 | 471 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10011101 | 0 | 100100 | 1000 | 100001 | 100111001 | 11011 | 110111 |
Color Harmonies of #AA6C9D
Complementary color
Monochromatic Colors of #AA6C9D
Black with #AA6C9D
Text Example
Text Example
White with #AA6C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C9D; }
p { color: rgb(170,108,157); }
H1.HeaderClassName
{
color: #AA6C9D;
}
.AnyTagClassName
{
color: #AA6C9D;
}
</style>
background-color css
<style>
a { background-color: #AA6C9D; }
a { background-color: rgb(170,108,157); }
div.DivClassName
{
background-color: #AA6C9D;
}
.BgClassName
{
background-color: #AA6C9D;
}
</style>
border-color css
<style>
span { border-color: #AA6C9D; }
span { border-color: rgb(170,108,157); }
td.TdClassName
{
border-color: #AA6C9D;
}
.TagClassName
{
border-color: #AA6C9D;
}
</style>