Shades of Violet Blue #AE629B
Tints of Violet Blue #AE629B
RGB
CMYK
RGB Variations
Color information
#AE629B (or 0xAE629B) is known color: Violet Blue. HEX triplet: AE, 62 and 9B. RGB value is (174,98,155). Sum of RGB (Red+Green+Blue) = 174+98+155=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE629B is #519D64. Grayscale: #7F7F7F. Windows color (decimal): -5348709 or 10183342. OLE color: 10183342.
HSL color Cylindrical-coordinate representation of color #AE629B: hue angle of 315º 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 #AE629B is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 155 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.32 |
| HSL | 315º | 0.32% | 0.53% | - |
| HSV(B) | 315º | 0.44% | 0.68% | - |
| XYZ | 27.74 | 20.1 | 33.43 | - |
| YUV | 127.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 155 | 0 | 0.44 | 0.11 | 0.32 | 315 | 0.32 | 0.53 |
| Hex | AE | 62 | 9B | 0 | 2C | B | 20 | 13B | 20 | 35 |
| Octal | 256 | 142 | 233 | 0 | 54 | 13 | 40 | 473 | 40 | 65 |
| Binary | 10101110 | 1100010 | 10011011 | 0 | 101100 | 1011 | 100000 | 100111011 | 100000 | 110101 |
Color Harmonies of #AE629B
Complementary color
Monochromatic Colors of #AE629B
Black with #AE629B
Text Example
Text Example
White with #AE629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE629B; }
p { color: rgb(174,98,155); }
H1.HeaderClassName
{
color: #AE629B;
}
.AnyTagClassName
{
color: #AE629B;
}
</style>
background-color css
<style>
a { background-color: #AE629B; }
a { background-color: rgb(174,98,155); }
div.DivClassName
{
background-color: #AE629B;
}
.BgClassName
{
background-color: #AE629B;
}
</style>
border-color css
<style>
span { border-color: #AE629B; }
span { border-color: rgb(174,98,155); }
td.TdClassName
{
border-color: #AE629B;
}
.TagClassName
{
border-color: #AE629B;
}
</style>