Shades of Violet Blue #AA60B3
Tints of Violet Blue #AA60B3
RGB
CMYK
RGB Variations
Color information
#AA60B3 (or 0xAA60B3) is known color: Violet Blue. HEX triplet: AA, 60 and B3. RGB value is (170,96,179). Sum of RGB (Red+Green+Blue) = 170+96+179=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA60B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60B3 is #559F4C. Grayscale: #7F7F7F. Windows color (decimal): -5611341 or 11755690. OLE color: 11755690.
HSL color Cylindrical-coordinate representation of color #AA60B3: hue angle of 293.49º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA60B3 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 96 | 179 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.30 |
| HSL | 293.49º | 0.35% | 0.54% | - |
| HSV(B) | 293.49º | 0.46% | 0.7% | - |
| XYZ | 28.9 | 20.17 | 45.02 | - |
| YUV | 127.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 179 | 0.05 | 0.46 | 0 | 0.30 | 293.49 | 0.35 | 0.54 |
| Hex | AA | 60 | B3 | 5 | 2E | 0 | 1E | 125 | 23 | 36 |
| Octal | 252 | 140 | 263 | 5 | 56 | 0 | 36 | 445 | 43 | 66 |
| Binary | 10101010 | 1100000 | 10110011 | 101 | 101110 | 0 | 11110 | 100100101 | 100011 | 110110 |
Color Harmonies of #AA60B3
Complementary color
Monochromatic Colors of #AA60B3
Black with #AA60B3
Text Example
Text Example
White with #AA60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60B3; }
p { color: rgb(170,96,179); }
H1.HeaderClassName
{
color: #AA60B3;
}
.AnyTagClassName
{
color: #AA60B3;
}
</style>
background-color css
<style>
a { background-color: #AA60B3; }
a { background-color: rgb(170,96,179); }
div.DivClassName
{
background-color: #AA60B3;
}
.BgClassName
{
background-color: #AA60B3;
}
</style>
border-color css
<style>
span { border-color: #AA60B3; }
span { border-color: rgb(170,96,179); }
td.TdClassName
{
border-color: #AA60B3;
}
.TagClassName
{
border-color: #AA60B3;
}
</style>