Shades of Violet Blue #AE679C
Tints of Violet Blue #AE679C
RGB
CMYK
RGB Variations
Color information
#AE679C (or 0xAE679C) is known color: Violet Blue. HEX triplet: AE, 67 and 9C. RGB value is (174,103,156). Sum of RGB (Red+Green+Blue) = 174+103+156=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE679C is #519863. Grayscale: #828282. Windows color (decimal): -5347428 or 10250158. OLE color: 10250158.
HSL color Cylindrical-coordinate representation of color #AE679C: hue angle of 315.21º 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 #AE679C is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 156 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.32 |
| HSL | 315.21º | 0.3% | 0.54% | - |
| HSV(B) | 315.21º | 0.41% | 0.68% | - |
| XYZ | 28.31 | 21.1 | 34.03 | - |
| YUV | 130.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 156 | 0 | 0.41 | 0.10 | 0.32 | 315.21 | 0.3 | 0.54 |
| Hex | AE | 67 | 9C | 0 | 29 | A | 20 | 13B | 1E | 36 |
| Octal | 256 | 147 | 234 | 0 | 51 | 12 | 40 | 473 | 36 | 66 |
| Binary | 10101110 | 1100111 | 10011100 | 0 | 101001 | 1010 | 100000 | 100111011 | 11110 | 110110 |
Color Harmonies of #AE679C
Complementary color
Monochromatic Colors of #AE679C
Black with #AE679C
Text Example
Text Example
White with #AE679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE679C; }
p { color: rgb(174,103,156); }
H1.HeaderClassName
{
color: #AE679C;
}
.AnyTagClassName
{
color: #AE679C;
}
</style>
background-color css
<style>
a { background-color: #AE679C; }
a { background-color: rgb(174,103,156); }
div.DivClassName
{
background-color: #AE679C;
}
.BgClassName
{
background-color: #AE679C;
}
</style>
border-color css
<style>
span { border-color: #AE679C; }
span { border-color: rgb(174,103,156); }
td.TdClassName
{
border-color: #AE679C;
}
.TagClassName
{
border-color: #AE679C;
}
</style>