Shades of Violet Blue #AE609D
Tints of Violet Blue #AE609D
RGB
CMYK
RGB Variations
Color information
#AE609D (or 0xAE609D) is known color: Violet Blue. HEX triplet: AE, 60 and 9D. RGB value is (174,96,157). Sum of RGB (Red+Green+Blue) = 174+96+157=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE609D is #519F62. Grayscale: #7E7E7E. Windows color (decimal): -5349219 or 10313902. OLE color: 10313902.
HSL color Cylindrical-coordinate representation of color #AE609D: hue angle of 313.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE609D is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 157 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.32 |
| HSL | 313.08º | 0.33% | 0.53% | - |
| HSV(B) | 313.08º | 0.45% | 0.68% | - |
| XYZ | 27.72 | 19.8 | 34.26 | - |
| YUV | 126.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 157 | 0 | 0.45 | 0.10 | 0.32 | 313.08 | 0.33 | 0.53 |
| Hex | AE | 60 | 9D | 0 | 2D | A | 20 | 139 | 20 | 35 |
| Octal | 256 | 140 | 235 | 0 | 55 | 12 | 40 | 471 | 40 | 65 |
| Binary | 10101110 | 1100000 | 10011101 | 0 | 101101 | 1010 | 100000 | 100111001 | 100000 | 110101 |
Color Harmonies of #AE609D
Complementary color
Monochromatic Colors of #AE609D
Black with #AE609D
Text Example
Text Example
White with #AE609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE609D; }
p { color: rgb(174,96,157); }
H1.HeaderClassName
{
color: #AE609D;
}
.AnyTagClassName
{
color: #AE609D;
}
</style>
background-color css
<style>
a { background-color: #AE609D; }
a { background-color: rgb(174,96,157); }
div.DivClassName
{
background-color: #AE609D;
}
.BgClassName
{
background-color: #AE609D;
}
</style>
border-color css
<style>
span { border-color: #AE609D; }
span { border-color: rgb(174,96,157); }
td.TdClassName
{
border-color: #AE609D;
}
.TagClassName
{
border-color: #AE609D;
}
</style>