Shades of Violet Blue #AE63AD
Tints of Violet Blue #AE63AD
RGB
CMYK
RGB Variations
Color information
#AE63AD (or 0xAE63AD) is known color: Violet Blue. HEX triplet: AE, 63 and AD. RGB value is (174,99,173). Sum of RGB (Red+Green+Blue) = 174+99+173=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE63AD is #519C52. Grayscale: #818181. Windows color (decimal): -5348435 or 11363246. OLE color: 11363246.
HSL color Cylindrical-coordinate representation of color #AE63AD: hue angle of 300.8º 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 #AE63AD is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 173 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.32 |
| HSL | 300.8º | 0.32% | 0.54% | - |
| HSV(B) | 300.8º | 0.43% | 0.68% | - |
| XYZ | 29.46 | 20.94 | 42.02 | - |
| YUV | 129.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 173 | 0 | 0.43 | 0.01 | 0.32 | 300.8 | 0.32 | 0.54 |
| Hex | AE | 63 | AD | 0 | 2B | 1 | 20 | 12D | 20 | 36 |
| Octal | 256 | 143 | 255 | 0 | 53 | 1 | 40 | 455 | 40 | 66 |
| Binary | 10101110 | 1100011 | 10101101 | 0 | 101011 | 1 | 100000 | 100101101 | 100000 | 110110 |
Color Harmonies of #AE63AD
Complementary color
Monochromatic Colors of #AE63AD
Black with #AE63AD
Text Example
Text Example
White with #AE63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE63AD; }
p { color: rgb(174,99,173); }
H1.HeaderClassName
{
color: #AE63AD;
}
.AnyTagClassName
{
color: #AE63AD;
}
</style>
background-color css
<style>
a { background-color: #AE63AD; }
a { background-color: rgb(174,99,173); }
div.DivClassName
{
background-color: #AE63AD;
}
.BgClassName
{
background-color: #AE63AD;
}
</style>
border-color css
<style>
span { border-color: #AE63AD; }
span { border-color: rgb(174,99,173); }
td.TdClassName
{
border-color: #AE63AD;
}
.TagClassName
{
border-color: #AE63AD;
}
</style>