Shades of Violet Blue #AE5AAC
Tints of Violet Blue #AE5AAC
RGB
CMYK
RGB Variations
Color information
#AE5AAC (or 0xAE5AAC) is known color: Violet Blue. HEX triplet: AE, 5A and AC. RGB value is (174,90,172). Sum of RGB (Red+Green+Blue) = 174+90+172=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AAC is #51A553. Grayscale: #7C7C7C. Windows color (decimal): -5350740 or 11295406. OLE color: 11295406.
HSL color Cylindrical-coordinate representation of color #AE5AAC: hue angle of 301.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5AAC is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 90 | 172 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.32 |
| HSL | 301.43º | 0.34% | 0.52% | - |
| HSV(B) | 301.43º | 0.48% | 0.68% | - |
| XYZ | 28.56 | 19.29 | 41.25 | - |
| YUV | 124.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 172 | 0 | 0.48 | 0.01 | 0.32 | 301.43 | 0.34 | 0.52 |
| Hex | AE | 5A | AC | 0 | 30 | 1 | 20 | 12D | 22 | 34 |
| Octal | 256 | 132 | 254 | 0 | 60 | 1 | 40 | 455 | 42 | 64 |
| Binary | 10101110 | 1011010 | 10101100 | 0 | 110000 | 1 | 100000 | 100101101 | 100010 | 110100 |
Color Harmonies of #AE5AAC
Complementary color
Monochromatic Colors of #AE5AAC
Black with #AE5AAC
Text Example
Text Example
White with #AE5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5AAC; }
p { color: rgb(174,90,172); }
H1.HeaderClassName
{
color: #AE5AAC;
}
.AnyTagClassName
{
color: #AE5AAC;
}
</style>
background-color css
<style>
a { background-color: #AE5AAC; }
a { background-color: rgb(174,90,172); }
div.DivClassName
{
background-color: #AE5AAC;
}
.BgClassName
{
background-color: #AE5AAC;
}
</style>
border-color css
<style>
span { border-color: #AE5AAC; }
span { border-color: rgb(174,90,172); }
td.TdClassName
{
border-color: #AE5AAC;
}
.TagClassName
{
border-color: #AE5AAC;
}
</style>