Shades of Violet Blue #AA4C93
Tints of Violet Blue #AA4C93
RGB
CMYK
RGB Variations
Color information
#AA4C93 (or 0xAA4C93) is known color: Violet Blue. HEX triplet: AA, 4C and 93. RGB value is (170,76,147). Sum of RGB (Red+Green+Blue) = 170+76+147=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4C93 is #55B36C. Grayscale: #707070. Windows color (decimal): -5616493 or 9653418. OLE color: 9653418.
HSL color Cylindrical-coordinate representation of color #AA4C93: hue angle of 314.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4C93 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 147 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.33 |
| HSL | 314.68º | 0.38% | 0.48% | - |
| HSV(B) | 314.68º | 0.55% | 0.67% | - |
| XYZ | 24.43 | 15.82 | 29.37 | - |
| YUV | 112.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 147 | 0 | 0.55 | 0.14 | 0.33 | 314.68 | 0.38 | 0.48 |
| Hex | AA | 4C | 93 | 0 | 37 | E | 21 | 13B | 26 | 30 |
| Octal | 252 | 114 | 223 | 0 | 67 | 16 | 41 | 473 | 46 | 60 |
| Binary | 10101010 | 1001100 | 10010011 | 0 | 110111 | 1110 | 100001 | 100111011 | 100110 | 110000 |
Color Harmonies of #AA4C93
Complementary color
Monochromatic Colors of #AA4C93
Black with #AA4C93
Text Example
Text Example
White with #AA4C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C93; }
p { color: rgb(170,76,147); }
H1.HeaderClassName
{
color: #AA4C93;
}
.AnyTagClassName
{
color: #AA4C93;
}
</style>
background-color css
<style>
a { background-color: #AA4C93; }
a { background-color: rgb(170,76,147); }
div.DivClassName
{
background-color: #AA4C93;
}
.BgClassName
{
background-color: #AA4C93;
}
</style>
border-color css
<style>
span { border-color: #AA4C93; }
span { border-color: rgb(170,76,147); }
td.TdClassName
{
border-color: #AA4C93;
}
.TagClassName
{
border-color: #AA4C93;
}
</style>