Shades of Violet Blue #AE5CA6
Tints of Violet Blue #AE5CA6
RGB
CMYK
RGB Variations
Color information
#AE5CA6 (or 0xAE5CA6) is known color: Violet Blue. HEX triplet: AE, 5C and A6. RGB value is (174,92,166). Sum of RGB (Red+Green+Blue) = 174+92+166=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5CA6 is #51A359. Grayscale: #7C7C7C. Windows color (decimal): -5350234 or 10902702. OLE color: 10902702.
HSL color Cylindrical-coordinate representation of color #AE5CA6: hue angle of 305.85º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5CA6 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 92 | 166 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.32 |
| HSL | 305.85º | 0.34% | 0.52% | - |
| HSV(B) | 305.85º | 0.47% | 0.68% | - |
| XYZ | 28.17 | 19.41 | 38.34 | - |
| YUV | 124.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 166 | 0 | 0.47 | 0.05 | 0.32 | 305.85 | 0.34 | 0.52 |
| Hex | AE | 5C | A6 | 0 | 2F | 5 | 20 | 132 | 22 | 34 |
| Octal | 256 | 134 | 246 | 0 | 57 | 5 | 40 | 462 | 42 | 64 |
| Binary | 10101110 | 1011100 | 10100110 | 0 | 101111 | 101 | 100000 | 100110010 | 100010 | 110100 |
Color Harmonies of #AE5CA6
Complementary color
Monochromatic Colors of #AE5CA6
Black with #AE5CA6
Text Example
Text Example
White with #AE5CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5CA6; }
p { color: rgb(174,92,166); }
H1.HeaderClassName
{
color: #AE5CA6;
}
.AnyTagClassName
{
color: #AE5CA6;
}
</style>
background-color css
<style>
a { background-color: #AE5CA6; }
a { background-color: rgb(174,92,166); }
div.DivClassName
{
background-color: #AE5CA6;
}
.BgClassName
{
background-color: #AE5CA6;
}
</style>
border-color css
<style>
span { border-color: #AE5CA6; }
span { border-color: rgb(174,92,166); }
td.TdClassName
{
border-color: #AE5CA6;
}
.TagClassName
{
border-color: #AE5CA6;
}
</style>