Shades of Fuchsia #AE5CBE
Tints of Fuchsia #AE5CBE
RGB
CMYK
RGB Variations
Color information
#AE5CBE (or 0xAE5CBE) is known color: Fuchsia. HEX triplet: AE, 5C and BE. RGB value is (174,92,190). Sum of RGB (Red+Green+Blue) = 174+92+190=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CBE is #51A341. Grayscale: #7F7F7F. Windows color (decimal): -5350210 or 12475566. OLE color: 12475566.
HSL color Cylindrical-coordinate representation of color #AE5CBE: hue angle of 290.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5CBE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 92 | 190 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.25 |
| HSL | 290.2º | 0.43% | 0.55% | - |
| HSV(B) | 290.2º | 0.52% | 0.75% | - |
| XYZ | 30.58 | 20.37 | 51.04 | - |
| YUV | 127.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 190 | 0.08 | 0.52 | 0 | 0.25 | 290.2 | 0.43 | 0.55 |
| Hex | AE | 5C | BE | 8 | 34 | 0 | 19 | 122 | 2B | 37 |
| Octal | 256 | 134 | 276 | 10 | 64 | 0 | 31 | 442 | 53 | 67 |
| Binary | 10101110 | 1011100 | 10111110 | 1000 | 110100 | 0 | 11001 | 100100010 | 101011 | 110111 |
Color Harmonies of #AE5CBE
Complementary color
Monochromatic Colors of #AE5CBE
Black with #AE5CBE
Text Example
Text Example
White with #AE5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5CBE; }
p { color: rgb(174,92,190); }
H1.HeaderClassName
{
color: #AE5CBE;
}
.AnyTagClassName
{
color: #AE5CBE;
}
</style>
background-color css
<style>
a { background-color: #AE5CBE; }
a { background-color: rgb(174,92,190); }
div.DivClassName
{
background-color: #AE5CBE;
}
.BgClassName
{
background-color: #AE5CBE;
}
</style>
border-color css
<style>
span { border-color: #AE5CBE; }
span { border-color: rgb(174,92,190); }
td.TdClassName
{
border-color: #AE5CBE;
}
.TagClassName
{
border-color: #AE5CBE;
}
</style>