Shades of Violet Blue #AE6EA5
Tints of Violet Blue #AE6EA5
RGB
CMYK
RGB Variations
Color information
#AE6EA5 (or 0xAE6EA5) is known color: Violet Blue. HEX triplet: AE, 6E and A5. RGB value is (174,110,165). Sum of RGB (Red+Green+Blue) = 174+110+165=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6EA5 is #51915A. Grayscale: #878787. Windows color (decimal): -5345627 or 10841774. OLE color: 10841774.
HSL color Cylindrical-coordinate representation of color #AE6EA5: hue angle of 308.44º 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 #AE6EA5 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 165 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.32 |
| HSL | 308.44º | 0.28% | 0.56% | - |
| HSV(B) | 308.44º | 0.37% | 0.68% | - |
| XYZ | 29.82 | 22.87 | 38.44 | - |
| YUV | 135.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 165 | 0 | 0.37 | 0.05 | 0.32 | 308.44 | 0.28 | 0.56 |
| Hex | AE | 6E | A5 | 0 | 25 | 5 | 20 | 134 | 1C | 38 |
| Octal | 256 | 156 | 245 | 0 | 45 | 5 | 40 | 464 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10100101 | 0 | 100101 | 101 | 100000 | 100110100 | 11100 | 111000 |
Color Harmonies of #AE6EA5
Complementary color
Monochromatic Colors of #AE6EA5
Black with #AE6EA5
Text Example
Text Example
White with #AE6EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6EA5; }
p { color: rgb(174,110,165); }
H1.HeaderClassName
{
color: #AE6EA5;
}
.AnyTagClassName
{
color: #AE6EA5;
}
</style>
background-color css
<style>
a { background-color: #AE6EA5; }
a { background-color: rgb(174,110,165); }
div.DivClassName
{
background-color: #AE6EA5;
}
.BgClassName
{
background-color: #AE6EA5;
}
</style>
border-color css
<style>
span { border-color: #AE6EA5; }
span { border-color: rgb(174,110,165); }
td.TdClassName
{
border-color: #AE6EA5;
}
.TagClassName
{
border-color: #AE6EA5;
}
</style>