Shades of Violet Blue #AE54A9
Tints of Violet Blue #AE54A9
RGB
CMYK
RGB Variations
Color information
#AE54A9 (or 0xAE54A9) is known color: Violet Blue. HEX triplet: AE, 54 and A9. RGB value is (174,84,169). Sum of RGB (Red+Green+Blue) = 174+84+169=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE54A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE54A9 is #51AB56. Grayscale: #787878. Windows color (decimal): -5352279 or 11097262. OLE color: 11097262.
HSL color Cylindrical-coordinate representation of color #AE54A9: hue angle of 303.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE54A9 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 169 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.32 |
| HSL | 303.33º | 0.36% | 0.51% | - |
| HSV(B) | 303.33º | 0.52% | 0.68% | - |
| XYZ | 27.79 | 18.2 | 39.59 | - |
| YUV | 120.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 169 | 0 | 0.52 | 0.03 | 0.32 | 303.33 | 0.36 | 0.51 |
| Hex | AE | 54 | A9 | 0 | 34 | 3 | 20 | 12F | 24 | 33 |
| Octal | 256 | 124 | 251 | 0 | 64 | 3 | 40 | 457 | 44 | 63 |
| Binary | 10101110 | 1010100 | 10101001 | 0 | 110100 | 11 | 100000 | 100101111 | 100100 | 110011 |
Color Harmonies of #AE54A9
Complementary color
Monochromatic Colors of #AE54A9
Black with #AE54A9
Text Example
Text Example
White with #AE54A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54A9; }
p { color: rgb(174,84,169); }
H1.HeaderClassName
{
color: #AE54A9;
}
.AnyTagClassName
{
color: #AE54A9;
}
</style>
background-color css
<style>
a { background-color: #AE54A9; }
a { background-color: rgb(174,84,169); }
div.DivClassName
{
background-color: #AE54A9;
}
.BgClassName
{
background-color: #AE54A9;
}
</style>
border-color css
<style>
span { border-color: #AE54A9; }
span { border-color: rgb(174,84,169); }
td.TdClassName
{
border-color: #AE54A9;
}
.TagClassName
{
border-color: #AE54A9;
}
</style>