Shades of Violet Blue #AE629D
Tints of Violet Blue #AE629D
RGB
CMYK
RGB Variations
Color information
#AE629D (or 0xAE629D) is known color: Violet Blue. HEX triplet: AE, 62 and 9D. RGB value is (174,98,157). Sum of RGB (Red+Green+Blue) = 174+98+157=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE629D is #519D62. Grayscale: #7F7F7F. Windows color (decimal): -5348707 or 10314414. OLE color: 10314414.
HSL color Cylindrical-coordinate representation of color #AE629D: hue angle of 313.42º 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 #AE629D is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 157 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.32 |
| HSL | 313.42º | 0.32% | 0.53% | - |
| HSV(B) | 313.42º | 0.44% | 0.68% | - |
| XYZ | 27.91 | 20.17 | 34.32 | - |
| YUV | 127.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 157 | 0 | 0.44 | 0.10 | 0.32 | 313.42 | 0.32 | 0.53 |
| Hex | AE | 62 | 9D | 0 | 2C | A | 20 | 139 | 20 | 35 |
| Octal | 256 | 142 | 235 | 0 | 54 | 12 | 40 | 471 | 40 | 65 |
| Binary | 10101110 | 1100010 | 10011101 | 0 | 101100 | 1010 | 100000 | 100111001 | 100000 | 110101 |
Color Harmonies of #AE629D
Complementary color
Monochromatic Colors of #AE629D
Black with #AE629D
Text Example
Text Example
White with #AE629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE629D; }
p { color: rgb(174,98,157); }
H1.HeaderClassName
{
color: #AE629D;
}
.AnyTagClassName
{
color: #AE629D;
}
</style>
background-color css
<style>
a { background-color: #AE629D; }
a { background-color: rgb(174,98,157); }
div.DivClassName
{
background-color: #AE629D;
}
.BgClassName
{
background-color: #AE629D;
}
</style>
border-color css
<style>
span { border-color: #AE629D; }
span { border-color: rgb(174,98,157); }
td.TdClassName
{
border-color: #AE629D;
}
.TagClassName
{
border-color: #AE629D;
}
</style>