Shades of Violet Blue #AE5097
Tints of Violet Blue #AE5097
RGB
CMYK
RGB Variations
Color information
#AE5097 (or 0xAE5097) is known color: Violet Blue. HEX triplet: AE, 50 and 97. RGB value is (174,80,151). Sum of RGB (Red+Green+Blue) = 174+80+151=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5097 is #51AF68. Grayscale: #747474. Windows color (decimal): -5353321 or 9916590. OLE color: 9916590.
HSL color Cylindrical-coordinate representation of color #AE5097: hue angle of 314.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5097 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 151 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.32 |
| HSL | 314.68º | 0.37% | 0.5% | - |
| HSV(B) | 314.68º | 0.54% | 0.68% | - |
| XYZ | 25.91 | 16.97 | 31.19 | - |
| YUV | 116.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 151 | 0 | 0.54 | 0.13 | 0.32 | 314.68 | 0.37 | 0.5 |
| Hex | AE | 50 | 97 | 0 | 36 | D | 20 | 13B | 25 | 32 |
| Octal | 256 | 120 | 227 | 0 | 66 | 15 | 40 | 473 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10010111 | 0 | 110110 | 1101 | 100000 | 100111011 | 100101 | 110010 |
Color Harmonies of #AE5097
Complementary color
Monochromatic Colors of #AE5097
Black with #AE5097
Text Example
Text Example
White with #AE5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5097; }
p { color: rgb(174,80,151); }
H1.HeaderClassName
{
color: #AE5097;
}
.AnyTagClassName
{
color: #AE5097;
}
</style>
background-color css
<style>
a { background-color: #AE5097; }
a { background-color: rgb(174,80,151); }
div.DivClassName
{
background-color: #AE5097;
}
.BgClassName
{
background-color: #AE5097;
}
</style>
border-color css
<style>
span { border-color: #AE5097; }
span { border-color: rgb(174,80,151); }
td.TdClassName
{
border-color: #AE5097;
}
.TagClassName
{
border-color: #AE5097;
}
</style>