Shades of Violet Blue #AE669F
Tints of Violet Blue #AE669F
RGB
CMYK
RGB Variations
Color information
#AE669F (or 0xAE669F) is known color: Violet Blue. HEX triplet: AE, 66 and 9F. RGB value is (174,102,159). Sum of RGB (Red+Green+Blue) = 174+102+159=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE669F is #519960. Grayscale: #818181. Windows color (decimal): -5347681 or 10446510. OLE color: 10446510.
HSL color Cylindrical-coordinate representation of color #AE669F: hue angle of 312.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE669F is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 159 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.32 |
| HSL | 312.5º | 0.31% | 0.54% | - |
| HSV(B) | 312.5º | 0.41% | 0.68% | - |
| XYZ | 28.46 | 21 | 35.35 | - |
| YUV | 130.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 159 | 0 | 0.41 | 0.09 | 0.32 | 312.5 | 0.31 | 0.54 |
| Hex | AE | 66 | 9F | 0 | 29 | 9 | 20 | 138 | 1F | 36 |
| Octal | 256 | 146 | 237 | 0 | 51 | 11 | 40 | 470 | 37 | 66 |
| Binary | 10101110 | 1100110 | 10011111 | 0 | 101001 | 1001 | 100000 | 100111000 | 11111 | 110110 |
Color Harmonies of #AE669F
Complementary color
Monochromatic Colors of #AE669F
Black with #AE669F
Text Example
Text Example
White with #AE669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE669F; }
p { color: rgb(174,102,159); }
H1.HeaderClassName
{
color: #AE669F;
}
.AnyTagClassName
{
color: #AE669F;
}
</style>
background-color css
<style>
a { background-color: #AE669F; }
a { background-color: rgb(174,102,159); }
div.DivClassName
{
background-color: #AE669F;
}
.BgClassName
{
background-color: #AE669F;
}
</style>
border-color css
<style>
span { border-color: #AE669F; }
span { border-color: rgb(174,102,159); }
td.TdClassName
{
border-color: #AE669F;
}
.TagClassName
{
border-color: #AE669F;
}
</style>