Shades of Fuchsia #AE4BB5
Tints of Fuchsia #AE4BB5
RGB
CMYK
RGB Variations
Color information
#AE4BB5 (or 0xAE4BB5) is known color: Fuchsia. HEX triplet: AE, 4B and B5. RGB value is (174,75,181). Sum of RGB (Red+Green+Blue) = 174+75+181=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE4BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BB5 is #51B44A. Grayscale: #747474. Windows color (decimal): -5354571 or 11881390. OLE color: 11881390.
HSL color Cylindrical-coordinate representation of color #AE4BB5: hue angle of 296.04º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4BB5 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 75 | 181 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.29 |
| HSL | 296.04º | 0.42% | 0.5% | - |
| HSV(B) | 296.04º | 0.59% | 0.71% | - |
| XYZ | 28.31 | 17.37 | 45.58 | - |
| YUV | 116.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 75 | 181 | 0.04 | 0.59 | 0 | 0.29 | 296.04 | 0.42 | 0.5 |
| Hex | AE | 4B | B5 | 4 | 3B | 0 | 1D | 128 | 2A | 32 |
| Octal | 256 | 113 | 265 | 4 | 73 | 0 | 35 | 450 | 52 | 62 |
| Binary | 10101110 | 1001011 | 10110101 | 100 | 111011 | 0 | 11101 | 100101000 | 101010 | 110010 |
Color Harmonies of #AE4BB5
Complementary color
Monochromatic Colors of #AE4BB5
Black with #AE4BB5
Text Example
Text Example
White with #AE4BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4BB5; }
p { color: rgb(174,75,181); }
H1.HeaderClassName
{
color: #AE4BB5;
}
.AnyTagClassName
{
color: #AE4BB5;
}
</style>
background-color css
<style>
a { background-color: #AE4BB5; }
a { background-color: rgb(174,75,181); }
div.DivClassName
{
background-color: #AE4BB5;
}
.BgClassName
{
background-color: #AE4BB5;
}
</style>
border-color css
<style>
span { border-color: #AE4BB5; }
span { border-color: rgb(174,75,181); }
td.TdClassName
{
border-color: #AE4BB5;
}
.TagClassName
{
border-color: #AE4BB5;
}
</style>