Shades of Violet Blue #AA62B2
Tints of Violet Blue #AA62B2
RGB
CMYK
RGB Variations
Color information
#AA62B2 (or 0xAA62B2) is known color: Violet Blue. HEX triplet: AA, 62 and B2. RGB value is (170,98,178). Sum of RGB (Red+Green+Blue) = 170+98+178=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA62B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA62B2 is #559D4D. Grayscale: #808080. Windows color (decimal): -5610830 or 11690666. OLE color: 11690666.
HSL color Cylindrical-coordinate representation of color #AA62B2: hue angle of 294º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA62B2 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 98 | 178 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.30 |
| HSL | 294º | 0.34% | 0.54% | - |
| HSV(B) | 294º | 0.45% | 0.7% | - |
| XYZ | 28.98 | 20.5 | 44.55 | - |
| YUV | 128.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 178 | 0.04 | 0.45 | 0 | 0.30 | 294 | 0.34 | 0.54 |
| Hex | AA | 62 | B2 | 4 | 2D | 0 | 1E | 126 | 22 | 36 |
| Octal | 252 | 142 | 262 | 4 | 55 | 0 | 36 | 446 | 42 | 66 |
| Binary | 10101010 | 1100010 | 10110010 | 100 | 101101 | 0 | 11110 | 100100110 | 100010 | 110110 |
Color Harmonies of #AA62B2
Complementary color
Monochromatic Colors of #AA62B2
Black with #AA62B2
Text Example
Text Example
White with #AA62B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62B2; }
p { color: rgb(170,98,178); }
H1.HeaderClassName
{
color: #AA62B2;
}
.AnyTagClassName
{
color: #AA62B2;
}
</style>
background-color css
<style>
a { background-color: #AA62B2; }
a { background-color: rgb(170,98,178); }
div.DivClassName
{
background-color: #AA62B2;
}
.BgClassName
{
background-color: #AA62B2;
}
</style>
border-color css
<style>
span { border-color: #AA62B2; }
span { border-color: rgb(170,98,178); }
td.TdClassName
{
border-color: #AA62B2;
}
.TagClassName
{
border-color: #AA62B2;
}
</style>