Shades of Violet Blue #AE61A4
Tints of Violet Blue #AE61A4
RGB
CMYK
RGB Variations
Color information
#AE61A4 (or 0xAE61A4) is known color: Violet Blue. HEX triplet: AE, 61 and A4. RGB value is (174,97,164). Sum of RGB (Red+Green+Blue) = 174+97+164=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE61A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE61A4 is #519E5B. Grayscale: #7F7F7F. Windows color (decimal): -5348956 or 10772910. OLE color: 10772910.
HSL color Cylindrical-coordinate representation of color #AE61A4: hue angle of 307.79º 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 #AE61A4 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 164 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.32 |
| HSL | 307.79º | 0.32% | 0.53% | - |
| HSV(B) | 307.79º | 0.44% | 0.68% | - |
| XYZ | 28.43 | 20.23 | 37.53 | - |
| YUV | 127.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 164 | 0 | 0.44 | 0.06 | 0.32 | 307.79 | 0.32 | 0.53 |
| Hex | AE | 61 | A4 | 0 | 2C | 6 | 20 | 134 | 20 | 35 |
| Octal | 256 | 141 | 244 | 0 | 54 | 6 | 40 | 464 | 40 | 65 |
| Binary | 10101110 | 1100001 | 10100100 | 0 | 101100 | 110 | 100000 | 100110100 | 100000 | 110101 |
Color Harmonies of #AE61A4
Complementary color
Monochromatic Colors of #AE61A4
Black with #AE61A4
Text Example
Text Example
White with #AE61A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE61A4; }
p { color: rgb(174,97,164); }
H1.HeaderClassName
{
color: #AE61A4;
}
.AnyTagClassName
{
color: #AE61A4;
}
</style>
background-color css
<style>
a { background-color: #AE61A4; }
a { background-color: rgb(174,97,164); }
div.DivClassName
{
background-color: #AE61A4;
}
.BgClassName
{
background-color: #AE61A4;
}
</style>
border-color css
<style>
span { border-color: #AE61A4; }
span { border-color: rgb(174,97,164); }
td.TdClassName
{
border-color: #AE61A4;
}
.TagClassName
{
border-color: #AE61A4;
}
</style>