Shades of Violet Blue #AE6297
Tints of Violet Blue #AE6297
RGB
CMYK
RGB Variations
Color information
#AE6297 (or 0xAE6297) is known color: Violet Blue. HEX triplet: AE, 62 and 97. RGB value is (174,98,151). Sum of RGB (Red+Green+Blue) = 174+98+151=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6297 is #519D68. Grayscale: #7E7E7E. Windows color (decimal): -5348713 or 9921198. OLE color: 9921198.
HSL color Cylindrical-coordinate representation of color #AE6297: hue angle of 318.16º 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 #AE6297 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 151 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.32 |
| HSL | 318.16º | 0.32% | 0.53% | - |
| HSV(B) | 318.16º | 0.44% | 0.68% | - |
| XYZ | 27.41 | 19.97 | 31.69 | - |
| YUV | 126.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 151 | 0 | 0.44 | 0.13 | 0.32 | 318.16 | 0.32 | 0.53 |
| Hex | AE | 62 | 97 | 0 | 2C | D | 20 | 13E | 20 | 35 |
| Octal | 256 | 142 | 227 | 0 | 54 | 15 | 40 | 476 | 40 | 65 |
| Binary | 10101110 | 1100010 | 10010111 | 0 | 101100 | 1101 | 100000 | 100111110 | 100000 | 110101 |
Color Harmonies of #AE6297
Complementary color
Monochromatic Colors of #AE6297
Black with #AE6297
Text Example
Text Example
White with #AE6297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6297; }
p { color: rgb(174,98,151); }
H1.HeaderClassName
{
color: #AE6297;
}
.AnyTagClassName
{
color: #AE6297;
}
</style>
background-color css
<style>
a { background-color: #AE6297; }
a { background-color: rgb(174,98,151); }
div.DivClassName
{
background-color: #AE6297;
}
.BgClassName
{
background-color: #AE6297;
}
</style>
border-color css
<style>
span { border-color: #AE6297; }
span { border-color: rgb(174,98,151); }
td.TdClassName
{
border-color: #AE6297;
}
.TagClassName
{
border-color: #AE6297;
}
</style>