Shades of Violet Blue #AE519C
Tints of Violet Blue #AE519C
RGB
CMYK
RGB Variations
Color information
#AE519C (or 0xAE519C) is known color: Violet Blue. HEX triplet: AE, 51 and 9C. RGB value is (174,81,156). Sum of RGB (Red+Green+Blue) = 174+81+156=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE519C is #51AE63. Grayscale: #757575. Windows color (decimal): -5353060 or 10244526. OLE color: 10244526.
HSL color Cylindrical-coordinate representation of color #AE519C: hue angle of 311.61º 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 #AE519C is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 156 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.32 |
| HSL | 311.61º | 0.36% | 0.5% | - |
| HSV(B) | 311.61º | 0.53% | 0.68% | - |
| XYZ | 26.4 | 17.28 | 33.4 | - |
| YUV | 117.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 156 | 0 | 0.53 | 0.10 | 0.32 | 311.61 | 0.36 | 0.5 |
| Hex | AE | 51 | 9C | 0 | 35 | A | 20 | 138 | 24 | 32 |
| Octal | 256 | 121 | 234 | 0 | 65 | 12 | 40 | 470 | 44 | 62 |
| Binary | 10101110 | 1010001 | 10011100 | 0 | 110101 | 1010 | 100000 | 100111000 | 100100 | 110010 |
Color Harmonies of #AE519C
Complementary color
Monochromatic Colors of #AE519C
Black with #AE519C
Text Example
Text Example
White with #AE519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE519C; }
p { color: rgb(174,81,156); }
H1.HeaderClassName
{
color: #AE519C;
}
.AnyTagClassName
{
color: #AE519C;
}
</style>
background-color css
<style>
a { background-color: #AE519C; }
a { background-color: rgb(174,81,156); }
div.DivClassName
{
background-color: #AE519C;
}
.BgClassName
{
background-color: #AE519C;
}
</style>
border-color css
<style>
span { border-color: #AE519C; }
span { border-color: rgb(174,81,156); }
td.TdClassName
{
border-color: #AE519C;
}
.TagClassName
{
border-color: #AE519C;
}
</style>