Shades of Violet Blue #AE679E
Tints of Violet Blue #AE679E
RGB
CMYK
RGB Variations
Color information
#AE679E (or 0xAE679E) is known color: Violet Blue. HEX triplet: AE, 67 and 9E. RGB value is (174,103,158). Sum of RGB (Red+Green+Blue) = 174+103+158=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE679E is #519861. Grayscale: #828282. Windows color (decimal): -5347426 or 10381230. OLE color: 10381230.
HSL color Cylindrical-coordinate representation of color #AE679E: hue angle of 313.52º degrees, saturation: 0.3, 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 #AE679E is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 158 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.32 |
| HSL | 313.52º | 0.3% | 0.54% | - |
| HSV(B) | 313.52º | 0.41% | 0.68% | - |
| XYZ | 28.48 | 21.17 | 34.93 | - |
| YUV | 130.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 158 | 0 | 0.41 | 0.09 | 0.32 | 313.52 | 0.3 | 0.54 |
| Hex | AE | 67 | 9E | 0 | 29 | 9 | 20 | 13A | 1E | 36 |
| Octal | 256 | 147 | 236 | 0 | 51 | 11 | 40 | 472 | 36 | 66 |
| Binary | 10101110 | 1100111 | 10011110 | 0 | 101001 | 1001 | 100000 | 100111010 | 11110 | 110110 |
Color Harmonies of #AE679E
Complementary color
Monochromatic Colors of #AE679E
Black with #AE679E
Text Example
Text Example
White with #AE679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE679E; }
p { color: rgb(174,103,158); }
H1.HeaderClassName
{
color: #AE679E;
}
.AnyTagClassName
{
color: #AE679E;
}
</style>
background-color css
<style>
a { background-color: #AE679E; }
a { background-color: rgb(174,103,158); }
div.DivClassName
{
background-color: #AE679E;
}
.BgClassName
{
background-color: #AE679E;
}
</style>
border-color css
<style>
span { border-color: #AE679E; }
span { border-color: rgb(174,103,158); }
td.TdClassName
{
border-color: #AE679E;
}
.TagClassName
{
border-color: #AE679E;
}
</style>