Shades of Violet Blue #AA63AD
Tints of Violet Blue #AA63AD
RGB
CMYK
RGB Variations
Color information
#AA63AD (or 0xAA63AD) is known color: Violet Blue. HEX triplet: AA, 63 and AD. RGB value is (170,99,173). Sum of RGB (Red+Green+Blue) = 170+99+173=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63AD is #559C52. Grayscale: #808080. Windows color (decimal): -5610579 or 11363242. OLE color: 11363242.
HSL color Cylindrical-coordinate representation of color #AA63AD: hue angle of 297.57º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA63AD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 99 | 173 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.32 |
| HSL | 297.57º | 0.31% | 0.53% | - |
| HSV(B) | 297.57º | 0.43% | 0.68% | - |
| XYZ | 28.58 | 20.49 | 41.98 | - |
| YUV | 128.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 173 | 0.02 | 0.43 | 0 | 0.32 | 297.57 | 0.31 | 0.53 |
| Hex | AA | 63 | AD | 2 | 2B | 0 | 20 | 12A | 1F | 35 |
| Octal | 252 | 143 | 255 | 2 | 53 | 0 | 40 | 452 | 37 | 65 |
| Binary | 10101010 | 1100011 | 10101101 | 10 | 101011 | 0 | 100000 | 100101010 | 11111 | 110101 |
Color Harmonies of #AA63AD
Complementary color
Monochromatic Colors of #AA63AD
Black with #AA63AD
Text Example
Text Example
White with #AA63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63AD; }
p { color: rgb(170,99,173); }
H1.HeaderClassName
{
color: #AA63AD;
}
.AnyTagClassName
{
color: #AA63AD;
}
</style>
background-color css
<style>
a { background-color: #AA63AD; }
a { background-color: rgb(170,99,173); }
div.DivClassName
{
background-color: #AA63AD;
}
.BgClassName
{
background-color: #AA63AD;
}
</style>
border-color css
<style>
span { border-color: #AA63AD; }
span { border-color: rgb(170,99,173); }
td.TdClassName
{
border-color: #AA63AD;
}
.TagClassName
{
border-color: #AA63AD;
}
</style>