Shades of Violet Blue #AA619C
Tints of Violet Blue #AA619C
RGB
CMYK
RGB Variations
Color information
#AA619C (or 0xAA619C) is known color: Violet Blue. HEX triplet: AA, 61 and 9C. RGB value is (170,97,156). Sum of RGB (Red+Green+Blue) = 170+97+156=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619C is #559E63. Grayscale: #7D7D7D. Windows color (decimal): -5611108 or 10248618. OLE color: 10248618.
HSL color Cylindrical-coordinate representation of color #AA619C: hue angle of 311.51º 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 #AA619C is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 156 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.33 |
| HSL | 311.51º | 0.3% | 0.52% | - |
| HSV(B) | 311.51º | 0.43% | 0.67% | - |
| XYZ | 26.85 | 19.5 | 33.8 | - |
| YUV | 125.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 156 | 0 | 0.43 | 0.08 | 0.33 | 311.51 | 0.3 | 0.52 |
| Hex | AA | 61 | 9C | 0 | 2B | 8 | 21 | 138 | 1E | 34 |
| Octal | 252 | 141 | 234 | 0 | 53 | 10 | 41 | 470 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10011100 | 0 | 101011 | 1000 | 100001 | 100111000 | 11110 | 110100 |
Color Harmonies of #AA619C
Complementary color
Monochromatic Colors of #AA619C
Black with #AA619C
Text Example
Text Example
White with #AA619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA619C; }
p { color: rgb(170,97,156); }
H1.HeaderClassName
{
color: #AA619C;
}
.AnyTagClassName
{
color: #AA619C;
}
</style>
background-color css
<style>
a { background-color: #AA619C; }
a { background-color: rgb(170,97,156); }
div.DivClassName
{
background-color: #AA619C;
}
.BgClassName
{
background-color: #AA619C;
}
</style>
border-color css
<style>
span { border-color: #AA619C; }
span { border-color: rgb(170,97,156); }
td.TdClassName
{
border-color: #AA619C;
}
.TagClassName
{
border-color: #AA619C;
}
</style>