Shades of Fuchsia #AE40AB
Tints of Fuchsia #AE40AB
RGB
CMYK
RGB Variations
Color information
#AE40AB (or 0xAE40AB) is known color: Fuchsia. HEX triplet: AE, 40 and AB. RGB value is (174,64,171). Sum of RGB (Red+Green+Blue) = 174+64+171=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40AB is #51BF54. Grayscale: #6C6C6C. Windows color (decimal): -5357397 or 11223214. OLE color: 11223214.
HSL color Cylindrical-coordinate representation of color #AE40AB: hue angle of 301.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE40AB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 171 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.32 |
| HSL | 301.64º | 0.46% | 0.47% | - |
| HSV(B) | 301.64º | 0.63% | 0.68% | - |
| XYZ | 26.64 | 15.61 | 40.14 | - |
| YUV | 109.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 171 | 0 | 0.63 | 0.02 | 0.32 | 301.64 | 0.46 | 0.47 |
| Hex | AE | 40 | AB | 0 | 3F | 2 | 20 | 12E | 2E | 2F |
| Octal | 256 | 100 | 253 | 0 | 77 | 2 | 40 | 456 | 56 | 57 |
| Binary | 10101110 | 1000000 | 10101011 | 0 | 111111 | 10 | 100000 | 100101110 | 101110 | 101111 |
Color Harmonies of #AE40AB
Complementary color
Monochromatic Colors of #AE40AB
Black with #AE40AB
Text Example
Text Example
White with #AE40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40AB; }
p { color: rgb(174,64,171); }
H1.HeaderClassName
{
color: #AE40AB;
}
.AnyTagClassName
{
color: #AE40AB;
}
</style>
background-color css
<style>
a { background-color: #AE40AB; }
a { background-color: rgb(174,64,171); }
div.DivClassName
{
background-color: #AE40AB;
}
.BgClassName
{
background-color: #AE40AB;
}
</style>
border-color css
<style>
span { border-color: #AE40AB; }
span { border-color: rgb(174,64,171); }
td.TdClassName
{
border-color: #AE40AB;
}
.TagClassName
{
border-color: #AE40AB;
}
</style>