Shades of Violet Blue #AE689E
Tints of Violet Blue #AE689E
RGB
CMYK
RGB Variations
Color information
#AE689E (or 0xAE689E) is known color: Violet Blue. HEX triplet: AE, 68 and 9E. RGB value is (174,104,158). Sum of RGB (Red+Green+Blue) = 174+104+158=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE689E is #519761. Grayscale: #828282. Windows color (decimal): -5347170 or 10381486. OLE color: 10381486.
HSL color Cylindrical-coordinate representation of color #AE689E: hue angle of 313.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE689E is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 158 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.32 |
| HSL | 313.71º | 0.3% | 0.55% | - |
| HSV(B) | 313.71º | 0.4% | 0.68% | - |
| XYZ | 28.58 | 21.37 | 34.97 | - |
| YUV | 131.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 158 | 0 | 0.40 | 0.09 | 0.32 | 313.71 | 0.3 | 0.55 |
| Hex | AE | 68 | 9E | 0 | 28 | 9 | 20 | 13A | 1E | 37 |
| Octal | 256 | 150 | 236 | 0 | 50 | 11 | 40 | 472 | 36 | 67 |
| Binary | 10101110 | 1101000 | 10011110 | 0 | 101000 | 1001 | 100000 | 100111010 | 11110 | 110111 |
Color Harmonies of #AE689E
Complementary color
Monochromatic Colors of #AE689E
Black with #AE689E
Text Example
Text Example
White with #AE689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE689E; }
p { color: rgb(174,104,158); }
H1.HeaderClassName
{
color: #AE689E;
}
.AnyTagClassName
{
color: #AE689E;
}
</style>
background-color css
<style>
a { background-color: #AE689E; }
a { background-color: rgb(174,104,158); }
div.DivClassName
{
background-color: #AE689E;
}
.BgClassName
{
background-color: #AE689E;
}
</style>
border-color css
<style>
span { border-color: #AE689E; }
span { border-color: rgb(174,104,158); }
td.TdClassName
{
border-color: #AE689E;
}
.TagClassName
{
border-color: #AE689E;
}
</style>