Shades of Violet Blue #AE61A3
Tints of Violet Blue #AE61A3
RGB
CMYK
RGB Variations
Color information
#AE61A3 (or 0xAE61A3) is known color: Violet Blue. HEX triplet: AE, 61 and A3. RGB value is (174,97,163). Sum of RGB (Red+Green+Blue) = 174+97+163=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE61A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE61A3 is #519E5C. Grayscale: #7F7F7F. Windows color (decimal): -5348957 or 10707374. OLE color: 10707374.
HSL color Cylindrical-coordinate representation of color #AE61A3: hue angle of 308.57º 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 #AE61A3 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 163 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.32 |
| HSL | 308.57º | 0.32% | 0.53% | - |
| HSV(B) | 308.57º | 0.44% | 0.68% | - |
| XYZ | 28.34 | 20.19 | 37.05 | - |
| YUV | 127.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 163 | 0 | 0.44 | 0.06 | 0.32 | 308.57 | 0.32 | 0.53 |
| Hex | AE | 61 | A3 | 0 | 2C | 6 | 20 | 135 | 20 | 35 |
| Octal | 256 | 141 | 243 | 0 | 54 | 6 | 40 | 465 | 40 | 65 |
| Binary | 10101110 | 1100001 | 10100011 | 0 | 101100 | 110 | 100000 | 100110101 | 100000 | 110101 |
Color Harmonies of #AE61A3
Complementary color
Monochromatic Colors of #AE61A3
Black with #AE61A3
Text Example
Text Example
White with #AE61A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE61A3; }
p { color: rgb(174,97,163); }
H1.HeaderClassName
{
color: #AE61A3;
}
.AnyTagClassName
{
color: #AE61A3;
}
</style>
background-color css
<style>
a { background-color: #AE61A3; }
a { background-color: rgb(174,97,163); }
div.DivClassName
{
background-color: #AE61A3;
}
.BgClassName
{
background-color: #AE61A3;
}
</style>
border-color css
<style>
span { border-color: #AE61A3; }
span { border-color: rgb(174,97,163); }
td.TdClassName
{
border-color: #AE61A3;
}
.TagClassName
{
border-color: #AE61A3;
}
</style>