Shades of Violet Blue #AE529B
Tints of Violet Blue #AE529B
RGB
CMYK
RGB Variations
Color information
#AE529B (or 0xAE529B) is known color: Violet Blue. HEX triplet: AE, 52 and 9B. RGB value is (174,82,155). Sum of RGB (Red+Green+Blue) = 174+82+155=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE529B is #51AD64. Grayscale: #757575. Windows color (decimal): -5352805 or 10179246. OLE color: 10179246.
HSL color Cylindrical-coordinate representation of color #AE529B: hue angle of 312.39º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE529B is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 82 | 155 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.32 |
| HSL | 312.39º | 0.36% | 0.5% | - |
| HSV(B) | 312.39º | 0.53% | 0.68% | - |
| XYZ | 26.39 | 17.4 | 32.98 | - |
| YUV | 117.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 155 | 0 | 0.53 | 0.11 | 0.32 | 312.39 | 0.36 | 0.5 |
| Hex | AE | 52 | 9B | 0 | 35 | B | 20 | 138 | 24 | 32 |
| Octal | 256 | 122 | 233 | 0 | 65 | 13 | 40 | 470 | 44 | 62 |
| Binary | 10101110 | 1010010 | 10011011 | 0 | 110101 | 1011 | 100000 | 100111000 | 100100 | 110010 |
Color Harmonies of #AE529B
Complementary color
Monochromatic Colors of #AE529B
Black with #AE529B
Text Example
Text Example
White with #AE529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE529B; }
p { color: rgb(174,82,155); }
H1.HeaderClassName
{
color: #AE529B;
}
.AnyTagClassName
{
color: #AE529B;
}
</style>
background-color css
<style>
a { background-color: #AE529B; }
a { background-color: rgb(174,82,155); }
div.DivClassName
{
background-color: #AE529B;
}
.BgClassName
{
background-color: #AE529B;
}
</style>
border-color css
<style>
span { border-color: #AE529B; }
span { border-color: rgb(174,82,155); }
td.TdClassName
{
border-color: #AE529B;
}
.TagClassName
{
border-color: #AE529B;
}
</style>