Shades of Violet Blue #AE6398
Tints of Violet Blue #AE6398
RGB
CMYK
RGB Variations
Color information
#AE6398 (or 0xAE6398) is known color: Violet Blue. HEX triplet: AE, 63 and 98. RGB value is (174,99,152). Sum of RGB (Red+Green+Blue) = 174+99+152=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6398 is #519C67. Grayscale: #7F7F7F. Windows color (decimal): -5348456 or 9986990. OLE color: 9986990.
HSL color Cylindrical-coordinate representation of color #AE6398: hue angle of 317.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6398 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 152 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.32 |
| HSL | 317.6º | 0.32% | 0.54% | - |
| HSV(B) | 317.6º | 0.43% | 0.68% | - |
| XYZ | 27.58 | 20.19 | 32.15 | - |
| YUV | 127.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 152 | 0 | 0.43 | 0.13 | 0.32 | 317.6 | 0.32 | 0.54 |
| Hex | AE | 63 | 98 | 0 | 2B | D | 20 | 13E | 20 | 36 |
| Octal | 256 | 143 | 230 | 0 | 53 | 15 | 40 | 476 | 40 | 66 |
| Binary | 10101110 | 1100011 | 10011000 | 0 | 101011 | 1101 | 100000 | 100111110 | 100000 | 110110 |
Color Harmonies of #AE6398
Complementary color
Monochromatic Colors of #AE6398
Black with #AE6398
Text Example
Text Example
White with #AE6398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6398; }
p { color: rgb(174,99,152); }
H1.HeaderClassName
{
color: #AE6398;
}
.AnyTagClassName
{
color: #AE6398;
}
</style>
background-color css
<style>
a { background-color: #AE6398; }
a { background-color: rgb(174,99,152); }
div.DivClassName
{
background-color: #AE6398;
}
.BgClassName
{
background-color: #AE6398;
}
</style>
border-color css
<style>
span { border-color: #AE6398; }
span { border-color: rgb(174,99,152); }
td.TdClassName
{
border-color: #AE6398;
}
.TagClassName
{
border-color: #AE6398;
}
</style>