Shades of Violet Blue #AA6093
Tints of Violet Blue #AA6093
RGB
CMYK
RGB Variations
Color information
#AA6093 (or 0xAA6093) is known color: Violet Blue. HEX triplet: AA, 60 and 93. RGB value is (170,96,147). Sum of RGB (Red+Green+Blue) = 170+96+147=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6093 is #559F6C. Grayscale: #7B7B7B. Windows color (decimal): -5611373 or 9658538. OLE color: 9658538.
HSL color Cylindrical-coordinate representation of color #AA6093: hue angle of 318.65º 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 #AA6093 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 147 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.33 |
| HSL | 318.65º | 0.3% | 0.52% | - |
| HSV(B) | 318.65º | 0.44% | 0.67% | - |
| XYZ | 26.03 | 19.02 | 29.9 | - |
| YUV | 123.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 147 | 0 | 0.44 | 0.14 | 0.33 | 318.65 | 0.3 | 0.52 |
| Hex | AA | 60 | 93 | 0 | 2C | E | 21 | 13F | 1E | 34 |
| Octal | 252 | 140 | 223 | 0 | 54 | 16 | 41 | 477 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10010011 | 0 | 101100 | 1110 | 100001 | 100111111 | 11110 | 110100 |
Color Harmonies of #AA6093
Complementary color
Monochromatic Colors of #AA6093
Black with #AA6093
Text Example
Text Example
White with #AA6093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6093; }
p { color: rgb(170,96,147); }
H1.HeaderClassName
{
color: #AA6093;
}
.AnyTagClassName
{
color: #AA6093;
}
</style>
background-color css
<style>
a { background-color: #AA6093; }
a { background-color: rgb(170,96,147); }
div.DivClassName
{
background-color: #AA6093;
}
.BgClassName
{
background-color: #AA6093;
}
</style>
border-color css
<style>
span { border-color: #AA6093; }
span { border-color: rgb(170,96,147); }
td.TdClassName
{
border-color: #AA6093;
}
.TagClassName
{
border-color: #AA6093;
}
</style>