Shades of Violet Blue #AE50A4
Tints of Violet Blue #AE50A4
RGB
CMYK
RGB Variations
Color information
#AE50A4 (or 0xAE50A4) is known color: Violet Blue. HEX triplet: AE, 50 and A4. RGB value is (174,80,164). Sum of RGB (Red+Green+Blue) = 174+80+164=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE50A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE50A4 is #51AF5B. Grayscale: #757575. Windows color (decimal): -5353308 or 10768558. OLE color: 10768558.
HSL color Cylindrical-coordinate representation of color #AE50A4: hue angle of 306.38º 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 #AE50A4 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 164 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.32 |
| HSL | 306.38º | 0.37% | 0.5% | - |
| HSV(B) | 306.38º | 0.54% | 0.68% | - |
| XYZ | 27.03 | 17.42 | 37.06 | - |
| YUV | 117.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 164 | 0 | 0.54 | 0.06 | 0.32 | 306.38 | 0.37 | 0.5 |
| Hex | AE | 50 | A4 | 0 | 36 | 6 | 20 | 132 | 25 | 32 |
| Octal | 256 | 120 | 244 | 0 | 66 | 6 | 40 | 462 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10100100 | 0 | 110110 | 110 | 100000 | 100110010 | 100101 | 110010 |
Color Harmonies of #AE50A4
Complementary color
Monochromatic Colors of #AE50A4
Black with #AE50A4
Text Example
Text Example
White with #AE50A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE50A4; }
p { color: rgb(174,80,164); }
H1.HeaderClassName
{
color: #AE50A4;
}
.AnyTagClassName
{
color: #AE50A4;
}
</style>
background-color css
<style>
a { background-color: #AE50A4; }
a { background-color: rgb(174,80,164); }
div.DivClassName
{
background-color: #AE50A4;
}
.BgClassName
{
background-color: #AE50A4;
}
</style>
border-color css
<style>
span { border-color: #AE50A4; }
span { border-color: rgb(174,80,164); }
td.TdClassName
{
border-color: #AE50A4;
}
.TagClassName
{
border-color: #AE50A4;
}
</style>