Shades of Violet Blue #AA4A94
Tints of Violet Blue #AA4A94
RGB
CMYK
RGB Variations
Color information
#AA4A94 (or 0xAA4A94) is known color: Violet Blue. HEX triplet: AA, 4A and 94. RGB value is (170,74,148). Sum of RGB (Red+Green+Blue) = 170+74+148=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A94 is #55B56B. Grayscale: #6E6E6E. Windows color (decimal): -5617004 or 9718442. OLE color: 9718442.
HSL color Cylindrical-coordinate representation of color #AA4A94: hue angle of 313.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A94 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 148 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.33 |
| HSL | 313.75º | 0.39% | 0.48% | - |
| HSV(B) | 313.75º | 0.56% | 0.67% | - |
| XYZ | 24.37 | 15.58 | 29.74 | - |
| YUV | 111.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 148 | 0 | 0.56 | 0.13 | 0.33 | 313.75 | 0.39 | 0.48 |
| Hex | AA | 4A | 94 | 0 | 38 | D | 21 | 13A | 27 | 30 |
| Octal | 252 | 112 | 224 | 0 | 70 | 15 | 41 | 472 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10010100 | 0 | 111000 | 1101 | 100001 | 100111010 | 100111 | 110000 |
Color Harmonies of #AA4A94
Complementary color
Monochromatic Colors of #AA4A94
Black with #AA4A94
Text Example
Text Example
White with #AA4A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A94; }
p { color: rgb(170,74,148); }
H1.HeaderClassName
{
color: #AA4A94;
}
.AnyTagClassName
{
color: #AA4A94;
}
</style>
background-color css
<style>
a { background-color: #AA4A94; }
a { background-color: rgb(170,74,148); }
div.DivClassName
{
background-color: #AA4A94;
}
.BgClassName
{
background-color: #AA4A94;
}
</style>
border-color css
<style>
span { border-color: #AA4A94; }
span { border-color: rgb(170,74,148); }
td.TdClassName
{
border-color: #AA4A94;
}
.TagClassName
{
border-color: #AA4A94;
}
</style>