Shades of Violet Blue #AA619B
Tints of Violet Blue #AA619B
RGB
CMYK
RGB Variations
Color information
#AA619B (or 0xAA619B) is known color: Violet Blue. HEX triplet: AA, 61 and 9B. RGB value is (170,97,155). Sum of RGB (Red+Green+Blue) = 170+97+155=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619B is #559E64. Grayscale: #7D7D7D. Windows color (decimal): -5611109 or 10183082. OLE color: 10183082.
HSL color Cylindrical-coordinate representation of color #AA619B: hue angle of 312.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA619B is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 155 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.33 |
| HSL | 312.33º | 0.3% | 0.52% | - |
| HSV(B) | 312.33º | 0.43% | 0.67% | - |
| XYZ | 26.77 | 19.46 | 33.36 | - |
| YUV | 125.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 155 | 0 | 0.43 | 0.09 | 0.33 | 312.33 | 0.3 | 0.52 |
| Hex | AA | 61 | 9B | 0 | 2B | 9 | 21 | 138 | 1E | 34 |
| Octal | 252 | 141 | 233 | 0 | 53 | 11 | 41 | 470 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10011011 | 0 | 101011 | 1001 | 100001 | 100111000 | 11110 | 110100 |
Color Harmonies of #AA619B
Complementary color
Monochromatic Colors of #AA619B
Black with #AA619B
Text Example
Text Example
White with #AA619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA619B; }
p { color: rgb(170,97,155); }
H1.HeaderClassName
{
color: #AA619B;
}
.AnyTagClassName
{
color: #AA619B;
}
</style>
background-color css
<style>
a { background-color: #AA619B; }
a { background-color: rgb(170,97,155); }
div.DivClassName
{
background-color: #AA619B;
}
.BgClassName
{
background-color: #AA619B;
}
</style>
border-color css
<style>
span { border-color: #AA619B; }
span { border-color: rgb(170,97,155); }
td.TdClassName
{
border-color: #AA619B;
}
.TagClassName
{
border-color: #AA619B;
}
</style>