Shades of Violet Blue #AA63B3
Tints of Violet Blue #AA63B3
RGB
CMYK
RGB Variations
Color information
#AA63B3 (or 0xAA63B3) is known color: Violet Blue. HEX triplet: AA, 63 and B3. RGB value is (170,99,179). Sum of RGB (Red+Green+Blue) = 170+99+179=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA63B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63B3 is #559C4C. Grayscale: #818181. Windows color (decimal): -5610573 or 11756458. OLE color: 11756458.
HSL color Cylindrical-coordinate representation of color #AA63B3: hue angle of 293.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA63B3 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 99 | 179 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.30 |
| HSL | 293.25º | 0.34% | 0.55% | - |
| HSV(B) | 293.25º | 0.45% | 0.7% | - |
| XYZ | 29.18 | 20.72 | 45.11 | - |
| YUV | 129.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 179 | 0.05 | 0.45 | 0 | 0.30 | 293.25 | 0.34 | 0.55 |
| Hex | AA | 63 | B3 | 5 | 2D | 0 | 1E | 125 | 22 | 37 |
| Octal | 252 | 143 | 263 | 5 | 55 | 0 | 36 | 445 | 42 | 67 |
| Binary | 10101010 | 1100011 | 10110011 | 101 | 101101 | 0 | 11110 | 100100101 | 100010 | 110111 |
Color Harmonies of #AA63B3
Complementary color
Monochromatic Colors of #AA63B3
Black with #AA63B3
Text Example
Text Example
White with #AA63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63B3; }
p { color: rgb(170,99,179); }
H1.HeaderClassName
{
color: #AA63B3;
}
.AnyTagClassName
{
color: #AA63B3;
}
</style>
background-color css
<style>
a { background-color: #AA63B3; }
a { background-color: rgb(170,99,179); }
div.DivClassName
{
background-color: #AA63B3;
}
.BgClassName
{
background-color: #AA63B3;
}
</style>
border-color css
<style>
span { border-color: #AA63B3; }
span { border-color: rgb(170,99,179); }
td.TdClassName
{
border-color: #AA63B3;
}
.TagClassName
{
border-color: #AA63B3;
}
</style>