Shades of Fuchsia #AE5BBD
Tints of Fuchsia #AE5BBD
RGB
CMYK
RGB Variations
Color information
#AE5BBD (or 0xAE5BBD) is known color: Fuchsia. HEX triplet: AE, 5B and BD. RGB value is (174,91,189). Sum of RGB (Red+Green+Blue) = 174+91+189=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE5BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BBD is #51A442. Grayscale: #7E7E7E. Windows color (decimal): -5350467 or 12409774. OLE color: 12409774.
HSL color Cylindrical-coordinate representation of color #AE5BBD: hue angle of 290.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5BBD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 91 | 189 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.26 |
| HSL | 290.82º | 0.43% | 0.55% | - |
| HSV(B) | 290.82º | 0.52% | 0.74% | - |
| XYZ | 30.38 | 20.15 | 50.43 | - |
| YUV | 126.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 91 | 189 | 0.08 | 0.52 | 0 | 0.26 | 290.82 | 0.43 | 0.55 |
| Hex | AE | 5B | BD | 8 | 34 | 0 | 1A | 123 | 2B | 37 |
| Octal | 256 | 133 | 275 | 10 | 64 | 0 | 32 | 443 | 53 | 67 |
| Binary | 10101110 | 1011011 | 10111101 | 1000 | 110100 | 0 | 11010 | 100100011 | 101011 | 110111 |
Color Harmonies of #AE5BBD
Complementary color
Monochromatic Colors of #AE5BBD
Black with #AE5BBD
Text Example
Text Example
White with #AE5BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5BBD; }
p { color: rgb(174,91,189); }
H1.HeaderClassName
{
color: #AE5BBD;
}
.AnyTagClassName
{
color: #AE5BBD;
}
</style>
background-color css
<style>
a { background-color: #AE5BBD; }
a { background-color: rgb(174,91,189); }
div.DivClassName
{
background-color: #AE5BBD;
}
.BgClassName
{
background-color: #AE5BBD;
}
</style>
border-color css
<style>
span { border-color: #AE5BBD; }
span { border-color: rgb(174,91,189); }
td.TdClassName
{
border-color: #AE5BBD;
}
.TagClassName
{
border-color: #AE5BBD;
}
</style>