Shades of Violet Blue #AA439C
Tints of Violet Blue #AA439C
RGB
CMYK
RGB Variations
Color information
#AA439C (or 0xAA439C) is known color: Violet Blue. HEX triplet: AA, 43 and 9C. RGB value is (170,67,156). Sum of RGB (Red+Green+Blue) = 170+67+156=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA439C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA439C is #55BC63. Grayscale: #6B6B6B. Windows color (decimal): -5618788 or 10240938. OLE color: 10240938.
HSL color Cylindrical-coordinate representation of color #AA439C: hue angle of 308.16º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA439C is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 156 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.33 |
| HSL | 308.16º | 0.43% | 0.46% | - |
| HSV(B) | 308.16º | 0.61% | 0.67% | - |
| XYZ | 24.59 | 14.96 | 33.04 | - |
| YUV | 107.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 156 | 0 | 0.61 | 0.08 | 0.33 | 308.16 | 0.43 | 0.46 |
| Hex | AA | 43 | 9C | 0 | 3D | 8 | 21 | 134 | 2B | 2E |
| Octal | 252 | 103 | 234 | 0 | 75 | 10 | 41 | 464 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10011100 | 0 | 111101 | 1000 | 100001 | 100110100 | 101011 | 101110 |
Color Harmonies of #AA439C
Complementary color
Monochromatic Colors of #AA439C
Black with #AA439C
Text Example
Text Example
White with #AA439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA439C; }
p { color: rgb(170,67,156); }
H1.HeaderClassName
{
color: #AA439C;
}
.AnyTagClassName
{
color: #AA439C;
}
</style>
background-color css
<style>
a { background-color: #AA439C; }
a { background-color: rgb(170,67,156); }
div.DivClassName
{
background-color: #AA439C;
}
.BgClassName
{
background-color: #AA439C;
}
</style>
border-color css
<style>
span { border-color: #AA439C; }
span { border-color: rgb(170,67,156); }
td.TdClassName
{
border-color: #AA439C;
}
.TagClassName
{
border-color: #AA439C;
}
</style>