Shades of Violet Blue #AA62B1
Tints of Violet Blue #AA62B1
RGB
CMYK
RGB Variations
Color information
#AA62B1 (or 0xAA62B1) is known color: Violet Blue. HEX triplet: AA, 62 and B1. RGB value is (170,98,177). Sum of RGB (Red+Green+Blue) = 170+98+177=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA62B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA62B1 is #559D4E. Grayscale: #808080. Windows color (decimal): -5610831 or 11625130. OLE color: 11625130.
HSL color Cylindrical-coordinate representation of color #AA62B1: hue angle of 294.68º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA62B1 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 98 | 177 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.31 |
| HSL | 294.68º | 0.34% | 0.54% | - |
| HSV(B) | 294.68º | 0.45% | 0.69% | - |
| XYZ | 28.88 | 20.46 | 44.02 | - |
| YUV | 128.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 177 | 0.04 | 0.45 | 0 | 0.31 | 294.68 | 0.34 | 0.54 |
| Hex | AA | 62 | B1 | 4 | 2D | 0 | 1F | 127 | 22 | 36 |
| Octal | 252 | 142 | 261 | 4 | 55 | 0 | 37 | 447 | 42 | 66 |
| Binary | 10101010 | 1100010 | 10110001 | 100 | 101101 | 0 | 11111 | 100100111 | 100010 | 110110 |
Color Harmonies of #AA62B1
Complementary color
Monochromatic Colors of #AA62B1
Black with #AA62B1
Text Example
Text Example
White with #AA62B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62B1; }
p { color: rgb(170,98,177); }
H1.HeaderClassName
{
color: #AA62B1;
}
.AnyTagClassName
{
color: #AA62B1;
}
</style>
background-color css
<style>
a { background-color: #AA62B1; }
a { background-color: rgb(170,98,177); }
div.DivClassName
{
background-color: #AA62B1;
}
.BgClassName
{
background-color: #AA62B1;
}
</style>
border-color css
<style>
span { border-color: #AA62B1; }
span { border-color: rgb(170,98,177); }
td.TdClassName
{
border-color: #AA62B1;
}
.TagClassName
{
border-color: #AA62B1;
}
</style>