Shades of Fuchsia #AE4FB1
Tints of Fuchsia #AE4FB1
RGB
CMYK
RGB Variations
Color information
#AE4FB1 (or 0xAE4FB1) is known color: Fuchsia. HEX triplet: AE, 4F and B1. RGB value is (174,79,177). Sum of RGB (Red+Green+Blue) = 174+79+177=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE4FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4FB1 is #51B04E. Grayscale: #767676. Windows color (decimal): -5353551 or 11620270. OLE color: 11620270.
HSL color Cylindrical-coordinate representation of color #AE4FB1: hue angle of 298.16º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4FB1 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 79 | 177 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.31 |
| HSL | 298.16º | 0.39% | 0.5% | - |
| HSV(B) | 298.16º | 0.55% | 0.69% | - |
| XYZ | 28.19 | 17.76 | 43.54 | - |
| YUV | 118.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 79 | 177 | 0.02 | 0.55 | 0 | 0.31 | 298.16 | 0.39 | 0.5 |
| Hex | AE | 4F | B1 | 2 | 37 | 0 | 1F | 12A | 27 | 32 |
| Octal | 256 | 117 | 261 | 2 | 67 | 0 | 37 | 452 | 47 | 62 |
| Binary | 10101110 | 1001111 | 10110001 | 10 | 110111 | 0 | 11111 | 100101010 | 100111 | 110010 |
Color Harmonies of #AE4FB1
Complementary color
Monochromatic Colors of #AE4FB1
Black with #AE4FB1
Text Example
Text Example
White with #AE4FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4FB1; }
p { color: rgb(174,79,177); }
H1.HeaderClassName
{
color: #AE4FB1;
}
.AnyTagClassName
{
color: #AE4FB1;
}
</style>
background-color css
<style>
a { background-color: #AE4FB1; }
a { background-color: rgb(174,79,177); }
div.DivClassName
{
background-color: #AE4FB1;
}
.BgClassName
{
background-color: #AE4FB1;
}
</style>
border-color css
<style>
span { border-color: #AE4FB1; }
span { border-color: rgb(174,79,177); }
td.TdClassName
{
border-color: #AE4FB1;
}
.TagClassName
{
border-color: #AE4FB1;
}
</style>