Shades of Violet Blue #AA6094
Tints of Violet Blue #AA6094
RGB
CMYK
RGB Variations
Color information
#AA6094 (or 0xAA6094) is known color: Violet Blue. HEX triplet: AA, 60 and 94. RGB value is (170,96,148). Sum of RGB (Red+Green+Blue) = 170+96+148=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6094 is #559F6B. Grayscale: #7B7B7B. Windows color (decimal): -5611372 or 9724074. OLE color: 9724074.
HSL color Cylindrical-coordinate representation of color #AA6094: hue angle of 317.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6094 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 148 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.33 |
| HSL | 317.84º | 0.3% | 0.52% | - |
| HSV(B) | 317.84º | 0.44% | 0.67% | - |
| XYZ | 26.11 | 19.05 | 30.32 | - |
| YUV | 124.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 148 | 0 | 0.44 | 0.13 | 0.33 | 317.84 | 0.3 | 0.52 |
| Hex | AA | 60 | 94 | 0 | 2C | D | 21 | 13E | 1E | 34 |
| Octal | 252 | 140 | 224 | 0 | 54 | 15 | 41 | 476 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10010100 | 0 | 101100 | 1101 | 100001 | 100111110 | 11110 | 110100 |
Color Harmonies of #AA6094
Complementary color
Monochromatic Colors of #AA6094
Black with #AA6094
Text Example
Text Example
White with #AA6094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6094; }
p { color: rgb(170,96,148); }
H1.HeaderClassName
{
color: #AA6094;
}
.AnyTagClassName
{
color: #AA6094;
}
</style>
background-color css
<style>
a { background-color: #AA6094; }
a { background-color: rgb(170,96,148); }
div.DivClassName
{
background-color: #AA6094;
}
.BgClassName
{
background-color: #AA6094;
}
</style>
border-color css
<style>
span { border-color: #AA6094; }
span { border-color: rgb(170,96,148); }
td.TdClassName
{
border-color: #AA6094;
}
.TagClassName
{
border-color: #AA6094;
}
</style>