Shades of Violet Blue #AE63AC
Tints of Violet Blue #AE63AC
RGB
CMYK
RGB Variations
Color information
#AE63AC (or 0xAE63AC) is known color: Violet Blue. HEX triplet: AE, 63 and AC. RGB value is (174,99,172). Sum of RGB (Red+Green+Blue) = 174+99+172=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE63AC is #519C53. Grayscale: #818181. Windows color (decimal): -5348436 or 11297710. OLE color: 11297710.
HSL color Cylindrical-coordinate representation of color #AE63AC: hue angle of 301.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE63AC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 172 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.32 |
| HSL | 301.6º | 0.32% | 0.54% | - |
| HSV(B) | 301.6º | 0.43% | 0.68% | - |
| XYZ | 29.36 | 20.9 | 41.52 | - |
| YUV | 129.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 172 | 0 | 0.43 | 0.01 | 0.32 | 301.6 | 0.32 | 0.54 |
| Hex | AE | 63 | AC | 0 | 2B | 1 | 20 | 12E | 20 | 36 |
| Octal | 256 | 143 | 254 | 0 | 53 | 1 | 40 | 456 | 40 | 66 |
| Binary | 10101110 | 1100011 | 10101100 | 0 | 101011 | 1 | 100000 | 100101110 | 100000 | 110110 |
Color Harmonies of #AE63AC
Complementary color
Monochromatic Colors of #AE63AC
Black with #AE63AC
Text Example
Text Example
White with #AE63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63AC; }
p { color: rgb(174,99,172); }
H1.HeaderClassName
{
color: #AE63AC;
}
.AnyTagClassName
{
color: #AE63AC;
}
</style>
background-color css
<style>
a { background-color: #AE63AC; }
a { background-color: rgb(174,99,172); }
div.DivClassName
{
background-color: #AE63AC;
}
.BgClassName
{
background-color: #AE63AC;
}
</style>
border-color css
<style>
span { border-color: #AE63AC; }
span { border-color: rgb(174,99,172); }
td.TdClassName
{
border-color: #AE63AC;
}
.TagClassName
{
border-color: #AE63AC;
}
</style>