Shades of Violet Blue #AA42AC
Tints of Violet Blue #AA42AC
RGB
CMYK
RGB Variations
Color information
#AA42AC (or 0xAA42AC) is known color: Violet Blue. HEX triplet: AA, 42 and AC. RGB value is (170,66,172). Sum of RGB (Red+Green+Blue) = 170+66+172=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42AC is #55BD53. Grayscale: #6C6C6C. Windows color (decimal): -5619028 or 11289258. OLE color: 11289258.
HSL color Cylindrical-coordinate representation of color #AA42AC: hue angle of 298.87º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA42AC is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 172 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.33 |
| HSL | 298.87º | 0.45% | 0.47% | - |
| HSV(B) | 298.87º | 0.62% | 0.67% | - |
| XYZ | 25.97 | 15.42 | 40.64 | - |
| YUV | 109.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 172 | 0.01 | 0.62 | 0 | 0.33 | 298.87 | 0.45 | 0.47 |
| Hex | AA | 42 | AC | 1 | 3E | 0 | 21 | 12B | 2D | 2F |
| Octal | 252 | 102 | 254 | 1 | 76 | 0 | 41 | 453 | 55 | 57 |
| Binary | 10101010 | 1000010 | 10101100 | 1 | 111110 | 0 | 100001 | 100101011 | 101101 | 101111 |
Color Harmonies of #AA42AC
Complementary color
Monochromatic Colors of #AA42AC
Black with #AA42AC
Text Example
Text Example
White with #AA42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42AC; }
p { color: rgb(170,66,172); }
H1.HeaderClassName
{
color: #AA42AC;
}
.AnyTagClassName
{
color: #AA42AC;
}
</style>
background-color css
<style>
a { background-color: #AA42AC; }
a { background-color: rgb(170,66,172); }
div.DivClassName
{
background-color: #AA42AC;
}
.BgClassName
{
background-color: #AA42AC;
}
</style>
border-color css
<style>
span { border-color: #AA42AC; }
span { border-color: rgb(170,66,172); }
td.TdClassName
{
border-color: #AA42AC;
}
.TagClassName
{
border-color: #AA42AC;
}
</style>