Shades of Violet Blue #AE6198
Tints of Violet Blue #AE6198
RGB
CMYK
RGB Variations
Color information
#AE6198 (or 0xAE6198) is known color: Violet Blue. HEX triplet: AE, 61 and 98. RGB value is (174,97,152). Sum of RGB (Red+Green+Blue) = 174+97+152=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6198 is #519E67. Grayscale: #7E7E7E. Windows color (decimal): -5348968 or 9986478. OLE color: 9986478.
HSL color Cylindrical-coordinate representation of color #AE6198: hue angle of 317.14º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6198 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 152 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.32 |
| HSL | 317.14º | 0.32% | 0.53% | - |
| HSV(B) | 317.14º | 0.44% | 0.68% | - |
| XYZ | 27.4 | 19.82 | 32.09 | - |
| YUV | 126.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 152 | 0 | 0.44 | 0.13 | 0.32 | 317.14 | 0.32 | 0.53 |
| Hex | AE | 61 | 98 | 0 | 2C | D | 20 | 13D | 20 | 35 |
| Octal | 256 | 141 | 230 | 0 | 54 | 15 | 40 | 475 | 40 | 65 |
| Binary | 10101110 | 1100001 | 10011000 | 0 | 101100 | 1101 | 100000 | 100111101 | 100000 | 110101 |
Color Harmonies of #AE6198
Complementary color
Monochromatic Colors of #AE6198
Black with #AE6198
Text Example
Text Example
White with #AE6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6198; }
p { color: rgb(174,97,152); }
H1.HeaderClassName
{
color: #AE6198;
}
.AnyTagClassName
{
color: #AE6198;
}
</style>
background-color css
<style>
a { background-color: #AE6198; }
a { background-color: rgb(174,97,152); }
div.DivClassName
{
background-color: #AE6198;
}
.BgClassName
{
background-color: #AE6198;
}
</style>
border-color css
<style>
span { border-color: #AE6198; }
span { border-color: rgb(174,97,152); }
td.TdClassName
{
border-color: #AE6198;
}
.TagClassName
{
border-color: #AE6198;
}
</style>