Shades of Violet Blue #AE6298
Tints of Violet Blue #AE6298
RGB
CMYK
RGB Variations
Color information
#AE6298 (or 0xAE6298) is known color: Violet Blue. HEX triplet: AE, 62 and 98. RGB value is (174,98,152). Sum of RGB (Red+Green+Blue) = 174+98+152=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6298 is #519D67. Grayscale: #7E7E7E. Windows color (decimal): -5348712 or 9986734. OLE color: 9986734.
HSL color Cylindrical-coordinate representation of color #AE6298: hue angle of 317.37º 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 #AE6298 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 152 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.32 |
| HSL | 317.37º | 0.32% | 0.53% | - |
| HSV(B) | 317.37º | 0.44% | 0.68% | - |
| XYZ | 27.49 | 20 | 32.12 | - |
| YUV | 126.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 152 | 0 | 0.44 | 0.13 | 0.32 | 317.37 | 0.32 | 0.53 |
| Hex | AE | 62 | 98 | 0 | 2C | D | 20 | 13D | 20 | 35 |
| Octal | 256 | 142 | 230 | 0 | 54 | 15 | 40 | 475 | 40 | 65 |
| Binary | 10101110 | 1100010 | 10011000 | 0 | 101100 | 1101 | 100000 | 100111101 | 100000 | 110101 |
Color Harmonies of #AE6298
Complementary color
Monochromatic Colors of #AE6298
Black with #AE6298
Text Example
Text Example
White with #AE6298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6298; }
p { color: rgb(174,98,152); }
H1.HeaderClassName
{
color: #AE6298;
}
.AnyTagClassName
{
color: #AE6298;
}
</style>
background-color css
<style>
a { background-color: #AE6298; }
a { background-color: rgb(174,98,152); }
div.DivClassName
{
background-color: #AE6298;
}
.BgClassName
{
background-color: #AE6298;
}
</style>
border-color css
<style>
span { border-color: #AE6298; }
span { border-color: rgb(174,98,152); }
td.TdClassName
{
border-color: #AE6298;
}
.TagClassName
{
border-color: #AE6298;
}
</style>