Shades of Violet Blue #AE50A8
Tints of Violet Blue #AE50A8
RGB
CMYK
RGB Variations
Color information
#AE50A8 (or 0xAE50A8) is known color: Violet Blue. HEX triplet: AE, 50 and A8. RGB value is (174,80,168). Sum of RGB (Red+Green+Blue) = 174+80+168=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE50A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE50A8 is #51AF57. Grayscale: #757575. Windows color (decimal): -5353304 or 11030702. OLE color: 11030702.
HSL color Cylindrical-coordinate representation of color #AE50A8: hue angle of 303.83º 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 #AE50A8 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 168 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.32 |
| HSL | 303.83º | 0.37% | 0.5% | - |
| HSV(B) | 303.83º | 0.54% | 0.68% | - |
| XYZ | 27.39 | 17.56 | 38.99 | - |
| YUV | 118.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 168 | 0 | 0.54 | 0.03 | 0.32 | 303.83 | 0.37 | 0.5 |
| Hex | AE | 50 | A8 | 0 | 36 | 3 | 20 | 130 | 25 | 32 |
| Octal | 256 | 120 | 250 | 0 | 66 | 3 | 40 | 460 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10101000 | 0 | 110110 | 11 | 100000 | 100110000 | 100101 | 110010 |
Color Harmonies of #AE50A8
Complementary color
Monochromatic Colors of #AE50A8
Black with #AE50A8
Text Example
Text Example
White with #AE50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE50A8; }
p { color: rgb(174,80,168); }
H1.HeaderClassName
{
color: #AE50A8;
}
.AnyTagClassName
{
color: #AE50A8;
}
</style>
background-color css
<style>
a { background-color: #AE50A8; }
a { background-color: rgb(174,80,168); }
div.DivClassName
{
background-color: #AE50A8;
}
.BgClassName
{
background-color: #AE50A8;
}
</style>
border-color css
<style>
span { border-color: #AE50A8; }
span { border-color: rgb(174,80,168); }
td.TdClassName
{
border-color: #AE50A8;
}
.TagClassName
{
border-color: #AE50A8;
}
</style>