Shades of Violet Blue #AA65AB
Tints of Violet Blue #AA65AB
RGB
CMYK
RGB Variations
Color information
#AA65AB (or 0xAA65AB) is known color: Violet Blue. HEX triplet: AA, 65 and AB. RGB value is (170,101,171). Sum of RGB (Red+Green+Blue) = 170+101+171=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65AB is #559A54. Grayscale: #818181. Windows color (decimal): -5610069 or 11232682. OLE color: 11232682.
HSL color Cylindrical-coordinate representation of color #AA65AB: hue angle of 299.14º 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 #AA65AB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 171 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.33 |
| HSL | 299.14º | 0.29% | 0.53% | - |
| HSV(B) | 299.14º | 0.41% | 0.67% | - |
| XYZ | 28.58 | 20.79 | 41.04 | - |
| YUV | 129.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 171 | 0.01 | 0.41 | 0 | 0.33 | 299.14 | 0.29 | 0.53 |
| Hex | AA | 65 | AB | 1 | 29 | 0 | 21 | 12B | 1D | 35 |
| Octal | 252 | 145 | 253 | 1 | 51 | 0 | 41 | 453 | 35 | 65 |
| Binary | 10101010 | 1100101 | 10101011 | 1 | 101001 | 0 | 100001 | 100101011 | 11101 | 110101 |
Color Harmonies of #AA65AB
Complementary color
Monochromatic Colors of #AA65AB
Black with #AA65AB
Text Example
Text Example
White with #AA65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65AB; }
p { color: rgb(170,101,171); }
H1.HeaderClassName
{
color: #AA65AB;
}
.AnyTagClassName
{
color: #AA65AB;
}
</style>
background-color css
<style>
a { background-color: #AA65AB; }
a { background-color: rgb(170,101,171); }
div.DivClassName
{
background-color: #AA65AB;
}
.BgClassName
{
background-color: #AA65AB;
}
</style>
border-color css
<style>
span { border-color: #AA65AB; }
span { border-color: rgb(170,101,171); }
td.TdClassName
{
border-color: #AA65AB;
}
.TagClassName
{
border-color: #AA65AB;
}
</style>