Shades of Violet Blue #AA65AF
Tints of Violet Blue #AA65AF
RGB
CMYK
RGB Variations
Color information
#AA65AF (or 0xAA65AF) is known color: Violet Blue. HEX triplet: AA, 65 and AF. RGB value is (170,101,175). Sum of RGB (Red+Green+Blue) = 170+101+175=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA65AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65AF is #559A50. Grayscale: #818181. Windows color (decimal): -5610065 or 11494826. OLE color: 11494826.
HSL color Cylindrical-coordinate representation of color #AA65AF: hue angle of 295.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA65AF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 101 | 175 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.31 |
| HSL | 295.95º | 0.32% | 0.54% | - |
| HSV(B) | 295.95º | 0.42% | 0.69% | - |
| XYZ | 28.97 | 20.95 | 43.07 | - |
| YUV | 130.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 175 | 0.03 | 0.42 | 0 | 0.31 | 295.95 | 0.32 | 0.54 |
| Hex | AA | 65 | AF | 3 | 2A | 0 | 1F | 128 | 20 | 36 |
| Octal | 252 | 145 | 257 | 3 | 52 | 0 | 37 | 450 | 40 | 66 |
| Binary | 10101010 | 1100101 | 10101111 | 11 | 101010 | 0 | 11111 | 100101000 | 100000 | 110110 |
Color Harmonies of #AA65AF
Complementary color
Monochromatic Colors of #AA65AF
Black with #AA65AF
Text Example
Text Example
White with #AA65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65AF; }
p { color: rgb(170,101,175); }
H1.HeaderClassName
{
color: #AA65AF;
}
.AnyTagClassName
{
color: #AA65AF;
}
</style>
background-color css
<style>
a { background-color: #AA65AF; }
a { background-color: rgb(170,101,175); }
div.DivClassName
{
background-color: #AA65AF;
}
.BgClassName
{
background-color: #AA65AF;
}
</style>
border-color css
<style>
span { border-color: #AA65AF; }
span { border-color: rgb(170,101,175); }
td.TdClassName
{
border-color: #AA65AF;
}
.TagClassName
{
border-color: #AA65AF;
}
</style>