Shades of Violet Blue #AE46A3
Tints of Violet Blue #AE46A3
RGB
CMYK
RGB Variations
Color information
#AE46A3 (or 0xAE46A3) is known color: Violet Blue. HEX triplet: AE, 46 and A3. RGB value is (174,70,163). Sum of RGB (Red+Green+Blue) = 174+70+163=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE46A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE46A3 is #51B95C. Grayscale: #6F6F6F. Windows color (decimal): -5355869 or 10700462. OLE color: 10700462.
HSL color Cylindrical-coordinate representation of color #AE46A3: hue angle of 306.35º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE46A3 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 163 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.32 |
| HSL | 306.35º | 0.43% | 0.48% | - |
| HSV(B) | 306.35º | 0.6% | 0.68% | - |
| XYZ | 26.26 | 16.02 | 36.36 | - |
| YUV | 111.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 163 | 0 | 0.60 | 0.06 | 0.32 | 306.35 | 0.43 | 0.48 |
| Hex | AE | 46 | A3 | 0 | 3C | 6 | 20 | 132 | 2B | 30 |
| Octal | 256 | 106 | 243 | 0 | 74 | 6 | 40 | 462 | 53 | 60 |
| Binary | 10101110 | 1000110 | 10100011 | 0 | 111100 | 110 | 100000 | 100110010 | 101011 | 110000 |
Color Harmonies of #AE46A3
Complementary color
Monochromatic Colors of #AE46A3
Black with #AE46A3
Text Example
Text Example
White with #AE46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE46A3; }
p { color: rgb(174,70,163); }
H1.HeaderClassName
{
color: #AE46A3;
}
.AnyTagClassName
{
color: #AE46A3;
}
</style>
background-color css
<style>
a { background-color: #AE46A3; }
a { background-color: rgb(174,70,163); }
div.DivClassName
{
background-color: #AE46A3;
}
.BgClassName
{
background-color: #AE46A3;
}
</style>
border-color css
<style>
span { border-color: #AE46A3; }
span { border-color: rgb(174,70,163); }
td.TdClassName
{
border-color: #AE46A3;
}
.TagClassName
{
border-color: #AE46A3;
}
</style>