Shades of Violet Blue #AE5DA1
Tints of Violet Blue #AE5DA1
RGB
CMYK
RGB Variations
Color information
#AE5DA1 (or 0xAE5DA1) is known color: Violet Blue. HEX triplet: AE, 5D and A1. RGB value is (174,93,161). Sum of RGB (Red+Green+Blue) = 174+93+161=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5DA1 is #51A25E. Grayscale: #7C7C7C. Windows color (decimal): -5349983 or 10575278. OLE color: 10575278.
HSL color Cylindrical-coordinate representation of color #AE5DA1: hue angle of 309.63º degrees, saturation: 0.33, 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 #AE5DA1 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 161 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.32 |
| HSL | 309.63º | 0.33% | 0.52% | - |
| HSV(B) | 309.63º | 0.47% | 0.68% | - |
| XYZ | 27.8 | 19.4 | 36 | - |
| YUV | 124.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 161 | 0 | 0.47 | 0.07 | 0.32 | 309.63 | 0.33 | 0.52 |
| Hex | AE | 5D | A1 | 0 | 2F | 7 | 20 | 136 | 21 | 34 |
| Octal | 256 | 135 | 241 | 0 | 57 | 7 | 40 | 466 | 41 | 64 |
| Binary | 10101110 | 1011101 | 10100001 | 0 | 101111 | 111 | 100000 | 100110110 | 100001 | 110100 |
Color Harmonies of #AE5DA1
Complementary color
Monochromatic Colors of #AE5DA1
Black with #AE5DA1
Text Example
Text Example
White with #AE5DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5DA1; }
p { color: rgb(174,93,161); }
H1.HeaderClassName
{
color: #AE5DA1;
}
.AnyTagClassName
{
color: #AE5DA1;
}
</style>
background-color css
<style>
a { background-color: #AE5DA1; }
a { background-color: rgb(174,93,161); }
div.DivClassName
{
background-color: #AE5DA1;
}
.BgClassName
{
background-color: #AE5DA1;
}
</style>
border-color css
<style>
span { border-color: #AE5DA1; }
span { border-color: rgb(174,93,161); }
td.TdClassName
{
border-color: #AE5DA1;
}
.TagClassName
{
border-color: #AE5DA1;
}
</style>