Shades of Violet Blue #AA449C
Tints of Violet Blue #AA449C
RGB
CMYK
RGB Variations
Color information
#AA449C (or 0xAA449C) is known color: Violet Blue. HEX triplet: AA, 44 and 9C. RGB value is (170,68,156). Sum of RGB (Red+Green+Blue) = 170+68+156=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449C is #55BB63. Grayscale: #6C6C6C. Windows color (decimal): -5618532 or 10241194. OLE color: 10241194.
HSL color Cylindrical-coordinate representation of color #AA449C: hue angle of 308.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA449C is Cyan = 0, Magento = 0.6, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 156 | - |
| CMYK | 0 | 0.6 | 0.08 | 0.33 |
| HSL | 308.24º | 0.43% | 0.47% | - |
| HSV(B) | 308.24º | 0.6% | 0.67% | - |
| XYZ | 24.65 | 15.08 | 33.06 | - |
| YUV | 108.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 156 | 0 | 0.6 | 0.08 | 0.33 | 308.24 | 0.43 | 0.47 |
| Hex | AA | 44 | 9C | 0 | 3C | 8 | 21 | 134 | 2B | 2F |
| Octal | 252 | 104 | 234 | 0 | 74 | 10 | 41 | 464 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10011100 | 0 | 111100 | 1000 | 100001 | 100110100 | 101011 | 101111 |
Color Harmonies of #AA449C
Complementary color
Monochromatic Colors of #AA449C
Black with #AA449C
Text Example
Text Example
White with #AA449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA449C; }
p { color: rgb(170,68,156); }
H1.HeaderClassName
{
color: #AA449C;
}
.AnyTagClassName
{
color: #AA449C;
}
</style>
background-color css
<style>
a { background-color: #AA449C; }
a { background-color: rgb(170,68,156); }
div.DivClassName
{
background-color: #AA449C;
}
.BgClassName
{
background-color: #AA449C;
}
</style>
border-color css
<style>
span { border-color: #AA449C; }
span { border-color: rgb(170,68,156); }
td.TdClassName
{
border-color: #AA449C;
}
.TagClassName
{
border-color: #AA449C;
}
</style>