Shades of Violet Blue #AA5C93
Tints of Violet Blue #AA5C93
RGB
CMYK
RGB Variations
Color information
#AA5C93 (or 0xAA5C93) is known color: Violet Blue. HEX triplet: AA, 5C and 93. RGB value is (170,92,147). Sum of RGB (Red+Green+Blue) = 170+92+147=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C93 is #55A36C. Grayscale: #797979. Windows color (decimal): -5612397 or 9657514. OLE color: 9657514.
HSL color Cylindrical-coordinate representation of color #AA5C93: hue angle of 317.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5C93 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 147 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.33 |
| HSL | 317.69º | 0.31% | 0.51% | - |
| HSV(B) | 317.69º | 0.46% | 0.67% | - |
| XYZ | 25.67 | 18.31 | 29.78 | - |
| YUV | 121.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 147 | 0 | 0.46 | 0.14 | 0.33 | 317.69 | 0.31 | 0.51 |
| Hex | AA | 5C | 93 | 0 | 2E | E | 21 | 13E | 1F | 33 |
| Octal | 252 | 134 | 223 | 0 | 56 | 16 | 41 | 476 | 37 | 63 |
| Binary | 10101010 | 1011100 | 10010011 | 0 | 101110 | 1110 | 100001 | 100111110 | 11111 | 110011 |
Color Harmonies of #AA5C93
Complementary color
Monochromatic Colors of #AA5C93
Black with #AA5C93
Text Example
Text Example
White with #AA5C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C93; }
p { color: rgb(170,92,147); }
H1.HeaderClassName
{
color: #AA5C93;
}
.AnyTagClassName
{
color: #AA5C93;
}
</style>
background-color css
<style>
a { background-color: #AA5C93; }
a { background-color: rgb(170,92,147); }
div.DivClassName
{
background-color: #AA5C93;
}
.BgClassName
{
background-color: #AA5C93;
}
</style>
border-color css
<style>
span { border-color: #AA5C93; }
span { border-color: rgb(170,92,147); }
td.TdClassName
{
border-color: #AA5C93;
}
.TagClassName
{
border-color: #AA5C93;
}
</style>