Shades of Violet Blue #AE6098
Tints of Violet Blue #AE6098
RGB
CMYK
RGB Variations
Color information
#AE6098 (or 0xAE6098) is known color: Violet Blue. HEX triplet: AE, 60 and 98. RGB value is (174,96,152). Sum of RGB (Red+Green+Blue) = 174+96+152=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6098 is #519F67. Grayscale: #7D7D7D. Windows color (decimal): -5349224 or 9986222. OLE color: 9986222.
HSL color Cylindrical-coordinate representation of color #AE6098: hue angle of 316.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE6098 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 152 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.32 |
| HSL | 316.92º | 0.33% | 0.53% | - |
| HSV(B) | 316.92º | 0.45% | 0.68% | - |
| XYZ | 27.31 | 19.63 | 32.06 | - |
| YUV | 125.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 152 | 0 | 0.45 | 0.13 | 0.32 | 316.92 | 0.33 | 0.53 |
| Hex | AE | 60 | 98 | 0 | 2D | D | 20 | 13D | 20 | 35 |
| Octal | 256 | 140 | 230 | 0 | 55 | 15 | 40 | 475 | 40 | 65 |
| Binary | 10101110 | 1100000 | 10011000 | 0 | 101101 | 1101 | 100000 | 100111101 | 100000 | 110101 |
Color Harmonies of #AE6098
Complementary color
Monochromatic Colors of #AE6098
Black with #AE6098
Text Example
Text Example
White with #AE6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6098; }
p { color: rgb(174,96,152); }
H1.HeaderClassName
{
color: #AE6098;
}
.AnyTagClassName
{
color: #AE6098;
}
</style>
background-color css
<style>
a { background-color: #AE6098; }
a { background-color: rgb(174,96,152); }
div.DivClassName
{
background-color: #AE6098;
}
.BgClassName
{
background-color: #AE6098;
}
</style>
border-color css
<style>
span { border-color: #AE6098; }
span { border-color: rgb(174,96,152); }
td.TdClassName
{
border-color: #AE6098;
}
.TagClassName
{
border-color: #AE6098;
}
</style>