Shades of Violet Blue #AE61A1
Tints of Violet Blue #AE61A1
RGB
CMYK
RGB Variations
Color information
#AE61A1 (or 0xAE61A1) is known color: Violet Blue. HEX triplet: AE, 61 and A1. RGB value is (174,97,161). Sum of RGB (Red+Green+Blue) = 174+97+161=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE61A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE61A1 is #519E5E. Grayscale: #7F7F7F. Windows color (decimal): -5348959 or 10576302. OLE color: 10576302.
HSL color Cylindrical-coordinate representation of color #AE61A1: hue angle of 310.13º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE61A1 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 161 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.32 |
| HSL | 310.13º | 0.32% | 0.53% | - |
| HSV(B) | 310.13º | 0.44% | 0.68% | - |
| XYZ | 28.16 | 20.12 | 36.12 | - |
| YUV | 127.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 161 | 0 | 0.44 | 0.07 | 0.32 | 310.13 | 0.32 | 0.53 |
| Hex | AE | 61 | A1 | 0 | 2C | 7 | 20 | 136 | 20 | 35 |
| Octal | 256 | 141 | 241 | 0 | 54 | 7 | 40 | 466 | 40 | 65 |
| Binary | 10101110 | 1100001 | 10100001 | 0 | 101100 | 111 | 100000 | 100110110 | 100000 | 110101 |
Color Harmonies of #AE61A1
Complementary color
Monochromatic Colors of #AE61A1
Black with #AE61A1
Text Example
Text Example
White with #AE61A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE61A1; }
p { color: rgb(174,97,161); }
H1.HeaderClassName
{
color: #AE61A1;
}
.AnyTagClassName
{
color: #AE61A1;
}
</style>
background-color css
<style>
a { background-color: #AE61A1; }
a { background-color: rgb(174,97,161); }
div.DivClassName
{
background-color: #AE61A1;
}
.BgClassName
{
background-color: #AE61A1;
}
</style>
border-color css
<style>
span { border-color: #AE61A1; }
span { border-color: rgb(174,97,161); }
td.TdClassName
{
border-color: #AE61A1;
}
.TagClassName
{
border-color: #AE61A1;
}
</style>