Shades of Violet Blue #AE46A7
Tints of Violet Blue #AE46A7
RGB
CMYK
RGB Variations
Color information
#AE46A7 (or 0xAE46A7) is known color: Violet Blue. HEX triplet: AE, 46 and A7. RGB value is (174,70,167). Sum of RGB (Red+Green+Blue) = 174+70+167=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE46A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE46A7 is #51B958. Grayscale: #6F6F6F. Windows color (decimal): -5355865 or 10962606. OLE color: 10962606.
HSL color Cylindrical-coordinate representation of color #AE46A7: hue angle of 304.04º 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 #AE46A7 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 167 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.32 |
| HSL | 304.04º | 0.43% | 0.48% | - |
| HSV(B) | 304.04º | 0.6% | 0.68% | - |
| XYZ | 26.62 | 16.17 | 38.28 | - |
| YUV | 112.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 167 | 0 | 0.60 | 0.04 | 0.32 | 304.04 | 0.43 | 0.48 |
| Hex | AE | 46 | A7 | 0 | 3C | 4 | 20 | 130 | 2B | 30 |
| Octal | 256 | 106 | 247 | 0 | 74 | 4 | 40 | 460 | 53 | 60 |
| Binary | 10101110 | 1000110 | 10100111 | 0 | 111100 | 100 | 100000 | 100110000 | 101011 | 110000 |
Color Harmonies of #AE46A7
Complementary color
Monochromatic Colors of #AE46A7
Black with #AE46A7
Text Example
Text Example
White with #AE46A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE46A7; }
p { color: rgb(174,70,167); }
H1.HeaderClassName
{
color: #AE46A7;
}
.AnyTagClassName
{
color: #AE46A7;
}
</style>
background-color css
<style>
a { background-color: #AE46A7; }
a { background-color: rgb(174,70,167); }
div.DivClassName
{
background-color: #AE46A7;
}
.BgClassName
{
background-color: #AE46A7;
}
</style>
border-color css
<style>
span { border-color: #AE46A7; }
span { border-color: rgb(174,70,167); }
td.TdClassName
{
border-color: #AE46A7;
}
.TagClassName
{
border-color: #AE46A7;
}
</style>