Shades of Violet Blue #AE61AC
Tints of Violet Blue #AE61AC
RGB
CMYK
RGB Variations
Color information
#AE61AC (or 0xAE61AC) is known color: Violet Blue. HEX triplet: AE, 61 and AC. RGB value is (174,97,172). Sum of RGB (Red+Green+Blue) = 174+97+172=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE61AC is #519E53. Grayscale: #808080. Windows color (decimal): -5348948 or 11297198. OLE color: 11297198.
HSL color Cylindrical-coordinate representation of color #AE61AC: hue angle of 301.56º 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 #AE61AC is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 97 | 172 | - |
CMYK | 0 | 0.44 | 0.01 | 0.32 |
HSL | 301.56º | 0.32% | 0.53% | - |
HSV(B) | 301.56º | 0.44% | 0.68% | - |
XYZ | 29.18 | 20.53 | 41.45 | - |
YUV | 128.57 | 152.51 | 160.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 97 | 172 | 0 | 0.44 | 0.01 | 0.32 | 301.56 | 0.32 | 0.53 |
Hex | AE | 61 | AC | 0 | 2C | 1 | 20 | 12E | 20 | 35 |
Octal | 256 | 141 | 254 | 0 | 54 | 1 | 40 | 456 | 40 | 65 |
Binary | 10101110 | 1100001 | 10101100 | 0 | 101100 | 1 | 100000 | 100101110 | 100000 | 110101 |
Color Harmonies of #AE61AC
Complementary color
Monochromatic Colors of #AE61AC
Black with #AE61AC
Text Example
Text Example
White with #AE61AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE61AC; }
p { color: rgb(174,97,172); }
H1.HeaderClassName
{
color: #AE61AC;
}
.AnyTagClassName
{
color: #AE61AC;
}
</style>
background-color css
<style>
a { background-color: #AE61AC; }
a { background-color: rgb(174,97,172); }
div.DivClassName
{
background-color: #AE61AC;
}
.BgClassName
{
background-color: #AE61AC;
}
</style>
border-color css
<style>
span { border-color: #AE61AC; }
span { border-color: rgb(174,97,172); }
td.TdClassName
{
border-color: #AE61AC;
}
.TagClassName
{
border-color: #AE61AC;
}
</style>