Shades of Violet Blue #AE6EA4
Tints of Violet Blue #AE6EA4
RGB
CMYK
RGB Variations
Color information
#AE6EA4 (or 0xAE6EA4) is known color: Violet Blue. HEX triplet: AE, 6E and A4. RGB value is (174,110,164). Sum of RGB (Red+Green+Blue) = 174+110+164=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6EA4 is #51915B. Grayscale: #878787. Windows color (decimal): -5345628 or 10776238. OLE color: 10776238.
HSL color Cylindrical-coordinate representation of color #AE6EA4: hue angle of 309.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6EA4 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 164 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.32 |
| HSL | 309.38º | 0.28% | 0.56% | - |
| HSV(B) | 309.38º | 0.37% | 0.68% | - |
| XYZ | 29.73 | 22.83 | 37.96 | - |
| YUV | 135.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 164 | 0 | 0.37 | 0.06 | 0.32 | 309.38 | 0.28 | 0.56 |
| Hex | AE | 6E | A4 | 0 | 25 | 6 | 20 | 135 | 1C | 38 |
| Octal | 256 | 156 | 244 | 0 | 45 | 6 | 40 | 465 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10100100 | 0 | 100101 | 110 | 100000 | 100110101 | 11100 | 111000 |
Color Harmonies of #AE6EA4
Complementary color
Monochromatic Colors of #AE6EA4
Black with #AE6EA4
Text Example
Text Example
White with #AE6EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6EA4; }
p { color: rgb(174,110,164); }
H1.HeaderClassName
{
color: #AE6EA4;
}
.AnyTagClassName
{
color: #AE6EA4;
}
</style>
background-color css
<style>
a { background-color: #AE6EA4; }
a { background-color: rgb(174,110,164); }
div.DivClassName
{
background-color: #AE6EA4;
}
.BgClassName
{
background-color: #AE6EA4;
}
</style>
border-color css
<style>
span { border-color: #AE6EA4; }
span { border-color: rgb(174,110,164); }
td.TdClassName
{
border-color: #AE6EA4;
}
.TagClassName
{
border-color: #AE6EA4;
}
</style>