Shades of Violet Blue #AE519A
Tints of Violet Blue #AE519A
RGB
CMYK
RGB Variations
Color information
#AE519A (or 0xAE519A) is known color: Violet Blue. HEX triplet: AE, 51 and 9A. RGB value is (174,81,154). Sum of RGB (Red+Green+Blue) = 174+81+154=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE519A is #51AE65. Grayscale: #747474. Windows color (decimal): -5353062 or 10113454. OLE color: 10113454.
HSL color Cylindrical-coordinate representation of color #AE519A: hue angle of 312.9º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE519A is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 154 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.32 |
| HSL | 312.9º | 0.36% | 0.5% | - |
| HSV(B) | 312.9º | 0.53% | 0.68% | - |
| XYZ | 26.23 | 17.22 | 32.51 | - |
| YUV | 117.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 154 | 0 | 0.53 | 0.11 | 0.32 | 312.9 | 0.36 | 0.5 |
| Hex | AE | 51 | 9A | 0 | 35 | B | 20 | 139 | 24 | 32 |
| Octal | 256 | 121 | 232 | 0 | 65 | 13 | 40 | 471 | 44 | 62 |
| Binary | 10101110 | 1010001 | 10011010 | 0 | 110101 | 1011 | 100000 | 100111001 | 100100 | 110010 |
Color Harmonies of #AE519A
Complementary color
Monochromatic Colors of #AE519A
Black with #AE519A
Text Example
Text Example
White with #AE519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE519A; }
p { color: rgb(174,81,154); }
H1.HeaderClassName
{
color: #AE519A;
}
.AnyTagClassName
{
color: #AE519A;
}
</style>
background-color css
<style>
a { background-color: #AE519A; }
a { background-color: rgb(174,81,154); }
div.DivClassName
{
background-color: #AE519A;
}
.BgClassName
{
background-color: #AE519A;
}
</style>
border-color css
<style>
span { border-color: #AE519A; }
span { border-color: rgb(174,81,154); }
td.TdClassName
{
border-color: #AE519A;
}
.TagClassName
{
border-color: #AE519A;
}
</style>