Shades of Violet Blue #AA65AA
Tints of Violet Blue #AA65AA
RGB
CMYK
RGB Variations
Color information
#AA65AA (or 0xAA65AA) is known color: Violet Blue. HEX triplet: AA, 65 and AA. RGB value is (170,101,170). Sum of RGB (Red+Green+Blue) = 170+101+170=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA65AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65AA is #559A55. Grayscale: #818181. Windows color (decimal): -5610070 or 11167146. OLE color: 11167146.
HSL color Cylindrical-coordinate representation of color #AA65AA: hue angle of 300º 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 #AA65AA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 170 | - |
| CMYK | 0 | 0.41 | 0 | 0.33 |
| HSL | 300º | 0.29% | 0.53% | - |
| HSV(B) | 300º | 0.41% | 0.67% | - |
| XYZ | 28.49 | 20.76 | 40.54 | - |
| YUV | 129.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 170 | 0 | 0.41 | 0 | 0.33 | 300 | 0.29 | 0.53 |
| Hex | AA | 65 | AA | 0 | 29 | 0 | 21 | 12C | 1D | 35 |
| Octal | 252 | 145 | 252 | 0 | 51 | 0 | 41 | 454 | 35 | 65 |
| Binary | 10101010 | 1100101 | 10101010 | 0 | 101001 | 0 | 100001 | 100101100 | 11101 | 110101 |
Color Harmonies of #AA65AA
Complementary color
Monochromatic Colors of #AA65AA
Black with #AA65AA
Text Example
Text Example
White with #AA65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65AA; }
p { color: rgb(170,101,170); }
H1.HeaderClassName
{
color: #AA65AA;
}
.AnyTagClassName
{
color: #AA65AA;
}
</style>
background-color css
<style>
a { background-color: #AA65AA; }
a { background-color: rgb(170,101,170); }
div.DivClassName
{
background-color: #AA65AA;
}
.BgClassName
{
background-color: #AA65AA;
}
</style>
border-color css
<style>
span { border-color: #AA65AA; }
span { border-color: rgb(170,101,170); }
td.TdClassName
{
border-color: #AA65AA;
}
.TagClassName
{
border-color: #AA65AA;
}
</style>