Shades of Fuchsia #AE40B1
Tints of Fuchsia #AE40B1
RGB
CMYK
RGB Variations
Color information
#AE40B1 (or 0xAE40B1) is known color: Fuchsia. HEX triplet: AE, 40 and B1. RGB value is (174,64,177). Sum of RGB (Red+Green+Blue) = 174+64+177=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE40B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40B1 is #51BF4E. Grayscale: #6D6D6D. Windows color (decimal): -5357391 or 11616430. OLE color: 11616430.
HSL color Cylindrical-coordinate representation of color #AE40B1: hue angle of 298.41º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE40B1 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 64 | 177 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.31 |
| HSL | 298.41º | 0.47% | 0.47% | - |
| HSV(B) | 298.41º | 0.64% | 0.69% | - |
| XYZ | 27.22 | 15.84 | 43.22 | - |
| YUV | 109.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 177 | 0.02 | 0.64 | 0 | 0.31 | 298.41 | 0.47 | 0.47 |
| Hex | AE | 40 | B1 | 2 | 40 | 0 | 1F | 12A | 2F | 2F |
| Octal | 256 | 100 | 261 | 2 | 100 | 0 | 37 | 452 | 57 | 57 |
| Binary | 10101110 | 1000000 | 10110001 | 10 | 1000000 | 0 | 11111 | 100101010 | 101111 | 101111 |
Color Harmonies of #AE40B1
Complementary color
Monochromatic Colors of #AE40B1
Black with #AE40B1
Text Example
Text Example
White with #AE40B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40B1; }
p { color: rgb(174,64,177); }
H1.HeaderClassName
{
color: #AE40B1;
}
.AnyTagClassName
{
color: #AE40B1;
}
</style>
background-color css
<style>
a { background-color: #AE40B1; }
a { background-color: rgb(174,64,177); }
div.DivClassName
{
background-color: #AE40B1;
}
.BgClassName
{
background-color: #AE40B1;
}
</style>
border-color css
<style>
span { border-color: #AE40B1; }
span { border-color: rgb(174,64,177); }
td.TdClassName
{
border-color: #AE40B1;
}
.TagClassName
{
border-color: #AE40B1;
}
</style>