Shades of Violet Blue #AE58A4
Tints of Violet Blue #AE58A4
RGB
CMYK
RGB Variations
Color information
#AE58A4 (or 0xAE58A4) is known color: Violet Blue. HEX triplet: AE, 58 and A4. RGB value is (174,88,164). Sum of RGB (Red+Green+Blue) = 174+88+164=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE58A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE58A4 is #51A75B. Grayscale: #7A7A7A. Windows color (decimal): -5351260 or 10770606. OLE color: 10770606.
HSL color Cylindrical-coordinate representation of color #AE58A4: hue angle of 306.98º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE58A4 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 88 | 164 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.32 |
| HSL | 306.98º | 0.35% | 0.51% | - |
| HSV(B) | 306.98º | 0.49% | 0.68% | - |
| XYZ | 27.65 | 18.66 | 37.27 | - |
| YUV | 122.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 164 | 0 | 0.49 | 0.06 | 0.32 | 306.98 | 0.35 | 0.51 |
| Hex | AE | 58 | A4 | 0 | 31 | 6 | 20 | 133 | 23 | 33 |
| Octal | 256 | 130 | 244 | 0 | 61 | 6 | 40 | 463 | 43 | 63 |
| Binary | 10101110 | 1011000 | 10100100 | 0 | 110001 | 110 | 100000 | 100110011 | 100011 | 110011 |
Color Harmonies of #AE58A4
Complementary color
Monochromatic Colors of #AE58A4
Black with #AE58A4
Text Example
Text Example
White with #AE58A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE58A4; }
p { color: rgb(174,88,164); }
H1.HeaderClassName
{
color: #AE58A4;
}
.AnyTagClassName
{
color: #AE58A4;
}
</style>
background-color css
<style>
a { background-color: #AE58A4; }
a { background-color: rgb(174,88,164); }
div.DivClassName
{
background-color: #AE58A4;
}
.BgClassName
{
background-color: #AE58A4;
}
</style>
border-color css
<style>
span { border-color: #AE58A4; }
span { border-color: rgb(174,88,164); }
td.TdClassName
{
border-color: #AE58A4;
}
.TagClassName
{
border-color: #AE58A4;
}
</style>