Shades of Fuchsia #AE5ABE
Tints of Fuchsia #AE5ABE
RGB
CMYK
RGB Variations
Color information
#AE5ABE (or 0xAE5ABE) is known color: Fuchsia. HEX triplet: AE, 5A and BE. RGB value is (174,90,190). Sum of RGB (Red+Green+Blue) = 174+90+190=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ABE is #51A541. Grayscale: #7E7E7E. Windows color (decimal): -5350722 or 12475054. OLE color: 12475054.
HSL color Cylindrical-coordinate representation of color #AE5ABE: hue angle of 290.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5ABE is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 90 | 190 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.25 |
| HSL | 290.4º | 0.43% | 0.55% | - |
| HSV(B) | 290.4º | 0.53% | 0.75% | - |
| XYZ | 30.41 | 20.03 | 50.98 | - |
| YUV | 126.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 190 | 0.08 | 0.53 | 0 | 0.25 | 290.4 | 0.43 | 0.55 |
| Hex | AE | 5A | BE | 8 | 35 | 0 | 19 | 122 | 2B | 37 |
| Octal | 256 | 132 | 276 | 10 | 65 | 0 | 31 | 442 | 53 | 67 |
| Binary | 10101110 | 1011010 | 10111110 | 1000 | 110101 | 0 | 11001 | 100100010 | 101011 | 110111 |
Color Harmonies of #AE5ABE
Complementary color
Monochromatic Colors of #AE5ABE
Black with #AE5ABE
Text Example
Text Example
White with #AE5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5ABE; }
p { color: rgb(174,90,190); }
H1.HeaderClassName
{
color: #AE5ABE;
}
.AnyTagClassName
{
color: #AE5ABE;
}
</style>
background-color css
<style>
a { background-color: #AE5ABE; }
a { background-color: rgb(174,90,190); }
div.DivClassName
{
background-color: #AE5ABE;
}
.BgClassName
{
background-color: #AE5ABE;
}
</style>
border-color css
<style>
span { border-color: #AE5ABE; }
span { border-color: rgb(174,90,190); }
td.TdClassName
{
border-color: #AE5ABE;
}
.TagClassName
{
border-color: #AE5ABE;
}
</style>