Shades of Violet Blue #AA65B3
Tints of Violet Blue #AA65B3
RGB
CMYK
RGB Variations
Color information
#AA65B3 (or 0xAA65B3) is known color: Violet Blue. HEX triplet: AA, 65 and B3. RGB value is (170,101,179). Sum of RGB (Red+Green+Blue) = 170+101+179=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA65B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65B3 is #559A4C. Grayscale: #828282. Windows color (decimal): -5610061 or 11756970. OLE color: 11756970.
HSL color Cylindrical-coordinate representation of color #AA65B3: hue angle of 293.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA65B3 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 101 | 179 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.30 |
| HSL | 293.08º | 0.34% | 0.55% | - |
| HSV(B) | 293.08º | 0.44% | 0.7% | - |
| XYZ | 29.37 | 21.11 | 45.17 | - |
| YUV | 130.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 179 | 0.05 | 0.44 | 0 | 0.30 | 293.08 | 0.34 | 0.55 |
| Hex | AA | 65 | B3 | 5 | 2C | 0 | 1E | 125 | 22 | 37 |
| Octal | 252 | 145 | 263 | 5 | 54 | 0 | 36 | 445 | 42 | 67 |
| Binary | 10101010 | 1100101 | 10110011 | 101 | 101100 | 0 | 11110 | 100100101 | 100010 | 110111 |
Color Harmonies of #AA65B3
Complementary color
Monochromatic Colors of #AA65B3
Black with #AA65B3
Text Example
Text Example
White with #AA65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65B3; }
p { color: rgb(170,101,179); }
H1.HeaderClassName
{
color: #AA65B3;
}
.AnyTagClassName
{
color: #AA65B3;
}
</style>
background-color css
<style>
a { background-color: #AA65B3; }
a { background-color: rgb(170,101,179); }
div.DivClassName
{
background-color: #AA65B3;
}
.BgClassName
{
background-color: #AA65B3;
}
</style>
border-color css
<style>
span { border-color: #AA65B3; }
span { border-color: rgb(170,101,179); }
td.TdClassName
{
border-color: #AA65B3;
}
.TagClassName
{
border-color: #AA65B3;
}
</style>