Shades of Violet Blue #AA50A6
Tints of Violet Blue #AA50A6
RGB
CMYK
RGB Variations
Color information
#AA50A6 (or 0xAA50A6) is known color: Violet Blue. HEX triplet: AA, 50 and A6. RGB value is (170,80,166). Sum of RGB (Red+Green+Blue) = 170+80+166=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA50A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA50A6 is #55AF59. Grayscale: #747474. Windows color (decimal): -5615450 or 10899626. OLE color: 10899626.
HSL color Cylindrical-coordinate representation of color #AA50A6: hue angle of 302.67º 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 #AA50A6 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 166 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.33 |
| HSL | 302.67º | 0.36% | 0.49% | - |
| HSV(B) | 302.67º | 0.53% | 0.67% | - |
| XYZ | 26.33 | 17.04 | 37.98 | - |
| YUV | 116.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 166 | 0 | 0.53 | 0.02 | 0.33 | 302.67 | 0.36 | 0.49 |
| Hex | AA | 50 | A6 | 0 | 35 | 2 | 21 | 12F | 24 | 31 |
| Octal | 252 | 120 | 246 | 0 | 65 | 2 | 41 | 457 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10100110 | 0 | 110101 | 10 | 100001 | 100101111 | 100100 | 110001 |
Color Harmonies of #AA50A6
Complementary color
Monochromatic Colors of #AA50A6
Black with #AA50A6
Text Example
Text Example
White with #AA50A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50A6; }
p { color: rgb(170,80,166); }
H1.HeaderClassName
{
color: #AA50A6;
}
.AnyTagClassName
{
color: #AA50A6;
}
</style>
background-color css
<style>
a { background-color: #AA50A6; }
a { background-color: rgb(170,80,166); }
div.DivClassName
{
background-color: #AA50A6;
}
.BgClassName
{
background-color: #AA50A6;
}
</style>
border-color css
<style>
span { border-color: #AA50A6; }
span { border-color: rgb(170,80,166); }
td.TdClassName
{
border-color: #AA50A6;
}
.TagClassName
{
border-color: #AA50A6;
}
</style>