Shades of Violet Blue #AA65A6
Tints of Violet Blue #AA65A6
RGB
CMYK
RGB Variations
Color information
#AA65A6 (or 0xAA65A6) is known color: Violet Blue. HEX triplet: AA, 65 and A6. RGB value is (170,101,166). Sum of RGB (Red+Green+Blue) = 170+101+166=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA65A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65A6 is #559A59. Grayscale: #808080. Windows color (decimal): -5610074 or 10905002. OLE color: 10905002.
HSL color Cylindrical-coordinate representation of color #AA65A6: hue angle of 303.48º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA65A6 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 166 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.33 |
| HSL | 303.48º | 0.29% | 0.53% | - |
| HSV(B) | 303.48º | 0.41% | 0.67% | - |
| XYZ | 28.11 | 20.61 | 38.57 | - |
| YUV | 129.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 166 | 0 | 0.41 | 0.02 | 0.33 | 303.48 | 0.29 | 0.53 |
| Hex | AA | 65 | A6 | 0 | 29 | 2 | 21 | 12F | 1D | 35 |
| Octal | 252 | 145 | 246 | 0 | 51 | 2 | 41 | 457 | 35 | 65 |
| Binary | 10101010 | 1100101 | 10100110 | 0 | 101001 | 10 | 100001 | 100101111 | 11101 | 110101 |
Color Harmonies of #AA65A6
Complementary color
Monochromatic Colors of #AA65A6
Black with #AA65A6
Text Example
Text Example
White with #AA65A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65A6; }
p { color: rgb(170,101,166); }
H1.HeaderClassName
{
color: #AA65A6;
}
.AnyTagClassName
{
color: #AA65A6;
}
</style>
background-color css
<style>
a { background-color: #AA65A6; }
a { background-color: rgb(170,101,166); }
div.DivClassName
{
background-color: #AA65A6;
}
.BgClassName
{
background-color: #AA65A6;
}
</style>
border-color css
<style>
span { border-color: #AA65A6; }
span { border-color: rgb(170,101,166); }
td.TdClassName
{
border-color: #AA65A6;
}
.TagClassName
{
border-color: #AA65A6;
}
</style>