Shades of Violet Blue #AA50A4
Tints of Violet Blue #AA50A4
RGB
CMYK
RGB Variations
Color information
#AA50A4 (or 0xAA50A4) is known color: Violet Blue. HEX triplet: AA, 50 and A4. RGB value is (170,80,164). Sum of RGB (Red+Green+Blue) = 170+80+164=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA50A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA50A4 is #55AF5B. Grayscale: #747474. Windows color (decimal): -5615452 or 10768554. OLE color: 10768554.
HSL color Cylindrical-coordinate representation of color #AA50A4: hue angle of 304º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA50A4 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 164 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.33 |
| HSL | 304º | 0.36% | 0.49% | - |
| HSV(B) | 304º | 0.53% | 0.67% | - |
| XYZ | 26.15 | 16.96 | 37.02 | - |
| YUV | 116.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 164 | 0 | 0.53 | 0.04 | 0.33 | 304 | 0.36 | 0.49 |
| Hex | AA | 50 | A4 | 0 | 35 | 4 | 21 | 130 | 24 | 31 |
| Octal | 252 | 120 | 244 | 0 | 65 | 4 | 41 | 460 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10100100 | 0 | 110101 | 100 | 100001 | 100110000 | 100100 | 110001 |
Color Harmonies of #AA50A4
Complementary color
Monochromatic Colors of #AA50A4
Black with #AA50A4
Text Example
Text Example
White with #AA50A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50A4; }
p { color: rgb(170,80,164); }
H1.HeaderClassName
{
color: #AA50A4;
}
.AnyTagClassName
{
color: #AA50A4;
}
</style>
background-color css
<style>
a { background-color: #AA50A4; }
a { background-color: rgb(170,80,164); }
div.DivClassName
{
background-color: #AA50A4;
}
.BgClassName
{
background-color: #AA50A4;
}
</style>
border-color css
<style>
span { border-color: #AA50A4; }
span { border-color: rgb(170,80,164); }
td.TdClassName
{
border-color: #AA50A4;
}
.TagClassName
{
border-color: #AA50A4;
}
</style>