Shades of Violet Blue #AA429C
Tints of Violet Blue #AA429C
RGB
CMYK
RGB Variations
Color information
#AA429C (or 0xAA429C) is known color: Violet Blue. HEX triplet: AA, 42 and 9C. RGB value is (170,66,156). Sum of RGB (Red+Green+Blue) = 170+66+156=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA429C is #55BD63. Grayscale: #6B6B6B. Windows color (decimal): -5619044 or 10240682. OLE color: 10240682.
HSL color Cylindrical-coordinate representation of color #AA429C: hue angle of 308.08º degrees, saturation: 0.44, 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 #AA429C is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 156 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.33 |
| HSL | 308.08º | 0.44% | 0.46% | - |
| HSV(B) | 308.08º | 0.61% | 0.67% | - |
| XYZ | 24.53 | 14.84 | 33.02 | - |
| YUV | 107.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 156 | 0 | 0.61 | 0.08 | 0.33 | 308.08 | 0.44 | 0.46 |
| Hex | AA | 42 | 9C | 0 | 3D | 8 | 21 | 134 | 2C | 2E |
| Octal | 252 | 102 | 234 | 0 | 75 | 10 | 41 | 464 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10011100 | 0 | 111101 | 1000 | 100001 | 100110100 | 101100 | 101110 |
Color Harmonies of #AA429C
Complementary color
Monochromatic Colors of #AA429C
Black with #AA429C
Text Example
Text Example
White with #AA429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA429C; }
p { color: rgb(170,66,156); }
H1.HeaderClassName
{
color: #AA429C;
}
.AnyTagClassName
{
color: #AA429C;
}
</style>
background-color css
<style>
a { background-color: #AA429C; }
a { background-color: rgb(170,66,156); }
div.DivClassName
{
background-color: #AA429C;
}
.BgClassName
{
background-color: #AA429C;
}
</style>
border-color css
<style>
span { border-color: #AA429C; }
span { border-color: rgb(170,66,156); }
td.TdClassName
{
border-color: #AA429C;
}
.TagClassName
{
border-color: #AA429C;
}
</style>