Shades of Violet Blue #AE509B
Tints of Violet Blue #AE509B
RGB
CMYK
RGB Variations
Color information
#AE509B (or 0xAE509B) is known color: Violet Blue. HEX triplet: AE, 50 and 9B. RGB value is (174,80,155). Sum of RGB (Red+Green+Blue) = 174+80+155=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE509B is #51AF64. Grayscale: #747474. Windows color (decimal): -5353317 or 10178734. OLE color: 10178734.
HSL color Cylindrical-coordinate representation of color #AE509B: hue angle of 312.13º 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 #AE509B is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 155 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.32 |
| HSL | 312.13º | 0.37% | 0.5% | - |
| HSV(B) | 312.13º | 0.54% | 0.68% | - |
| XYZ | 26.24 | 17.1 | 32.93 | - |
| YUV | 116.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 155 | 0 | 0.54 | 0.11 | 0.32 | 312.13 | 0.37 | 0.5 |
| Hex | AE | 50 | 9B | 0 | 36 | B | 20 | 138 | 25 | 32 |
| Octal | 256 | 120 | 233 | 0 | 66 | 13 | 40 | 470 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10011011 | 0 | 110110 | 1011 | 100000 | 100111000 | 100101 | 110010 |
Color Harmonies of #AE509B
Complementary color
Monochromatic Colors of #AE509B
Black with #AE509B
Text Example
Text Example
White with #AE509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE509B; }
p { color: rgb(174,80,155); }
H1.HeaderClassName
{
color: #AE509B;
}
.AnyTagClassName
{
color: #AE509B;
}
</style>
background-color css
<style>
a { background-color: #AE509B; }
a { background-color: rgb(174,80,155); }
div.DivClassName
{
background-color: #AE509B;
}
.BgClassName
{
background-color: #AE509B;
}
</style>
border-color css
<style>
span { border-color: #AE509B; }
span { border-color: rgb(174,80,155); }
td.TdClassName
{
border-color: #AE509B;
}
.TagClassName
{
border-color: #AE509B;
}
</style>