Shades of Violet Blue #AE50A6
Tints of Violet Blue #AE50A6
RGB
CMYK
RGB Variations
Color information
#AE50A6 (or 0xAE50A6) is known color: Violet Blue. HEX triplet: AE, 50 and A6. RGB value is (174,80,166). Sum of RGB (Red+Green+Blue) = 174+80+166=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE50A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE50A6 is #51AF59. Grayscale: #757575. Windows color (decimal): -5353306 or 10899630. OLE color: 10899630.
HSL color Cylindrical-coordinate representation of color #AE50A6: hue angle of 305.11º 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 #AE50A6 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 166 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.32 |
| HSL | 305.11º | 0.37% | 0.5% | - |
| HSV(B) | 305.11º | 0.54% | 0.68% | - |
| XYZ | 27.21 | 17.49 | 38.02 | - |
| YUV | 117.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 166 | 0 | 0.54 | 0.05 | 0.32 | 305.11 | 0.37 | 0.5 |
| Hex | AE | 50 | A6 | 0 | 36 | 5 | 20 | 131 | 25 | 32 |
| Octal | 256 | 120 | 246 | 0 | 66 | 5 | 40 | 461 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10100110 | 0 | 110110 | 101 | 100000 | 100110001 | 100101 | 110010 |
Color Harmonies of #AE50A6
Complementary color
Monochromatic Colors of #AE50A6
Black with #AE50A6
Text Example
Text Example
White with #AE50A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE50A6; }
p { color: rgb(174,80,166); }
H1.HeaderClassName
{
color: #AE50A6;
}
.AnyTagClassName
{
color: #AE50A6;
}
</style>
background-color css
<style>
a { background-color: #AE50A6; }
a { background-color: rgb(174,80,166); }
div.DivClassName
{
background-color: #AE50A6;
}
.BgClassName
{
background-color: #AE50A6;
}
</style>
border-color css
<style>
span { border-color: #AE50A6; }
span { border-color: rgb(174,80,166); }
td.TdClassName
{
border-color: #AE50A6;
}
.TagClassName
{
border-color: #AE50A6;
}
</style>