Shades of Violet Blue #AE37A5
Tints of Violet Blue #AE37A5
RGB
CMYK
RGB Variations
Color information
#AE37A5 (or 0xAE37A5) is known color: Violet Blue. HEX triplet: AE, 37 and A5. RGB value is (174,55,165). Sum of RGB (Red+Green+Blue) = 174+55+165=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE37A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE37A5 is #51C85A. Grayscale: #666666. Windows color (decimal): -5359707 or 10827694. OLE color: 10827694.
HSL color Cylindrical-coordinate representation of color #AE37A5: hue angle of 304.54º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE37A5 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 165 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.32 |
| HSL | 304.54º | 0.52% | 0.45% | - |
| HSV(B) | 304.54º | 0.68% | 0.68% | - |
| XYZ | 25.61 | 14.45 | 37.04 | - |
| YUV | 103.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 165 | 0 | 0.68 | 0.05 | 0.32 | 304.54 | 0.52 | 0.45 |
| Hex | AE | 37 | A5 | 0 | 44 | 5 | 20 | 131 | 34 | 2D |
| Octal | 256 | 67 | 245 | 0 | 104 | 5 | 40 | 461 | 64 | 55 |
| Binary | 10101110 | 110111 | 10100101 | 0 | 1000100 | 101 | 100000 | 100110001 | 110100 | 101101 |
Color Harmonies of #AE37A5
Complementary color
Monochromatic Colors of #AE37A5
Black with #AE37A5
Text Example
Text Example
White with #AE37A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE37A5; }
p { color: rgb(174,55,165); }
H1.HeaderClassName
{
color: #AE37A5;
}
.AnyTagClassName
{
color: #AE37A5;
}
</style>
background-color css
<style>
a { background-color: #AE37A5; }
a { background-color: rgb(174,55,165); }
div.DivClassName
{
background-color: #AE37A5;
}
.BgClassName
{
background-color: #AE37A5;
}
</style>
border-color css
<style>
span { border-color: #AE37A5; }
span { border-color: rgb(174,55,165); }
td.TdClassName
{
border-color: #AE37A5;
}
.TagClassName
{
border-color: #AE37A5;
}
</style>