Shades of Fuchsia #AE4CAF
Tints of Fuchsia #AE4CAF
RGB
CMYK
RGB Variations
Color information
#AE4CAF (or 0xAE4CAF) is known color: Fuchsia. HEX triplet: AE, 4C and AF. RGB value is (174,76,175). Sum of RGB (Red+Green+Blue) = 174+76+175=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE4CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4CAF is #51B350. Grayscale: #747474. Windows color (decimal): -5354321 or 11488430. OLE color: 11488430.
HSL color Cylindrical-coordinate representation of color #AE4CAF: hue angle of 299.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4CAF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 76 | 175 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.31 |
| HSL | 299.39º | 0.39% | 0.49% | - |
| HSV(B) | 299.39º | 0.57% | 0.69% | - |
| XYZ | 27.78 | 17.26 | 42.43 | - |
| YUV | 116.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 76 | 175 | 0.01 | 0.57 | 0 | 0.31 | 299.39 | 0.39 | 0.49 |
| Hex | AE | 4C | AF | 1 | 39 | 0 | 1F | 12B | 27 | 31 |
| Octal | 256 | 114 | 257 | 1 | 71 | 0 | 37 | 453 | 47 | 61 |
| Binary | 10101110 | 1001100 | 10101111 | 1 | 111001 | 0 | 11111 | 100101011 | 100111 | 110001 |
Color Harmonies of #AE4CAF
Complementary color
Monochromatic Colors of #AE4CAF
Black with #AE4CAF
Text Example
Text Example
White with #AE4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4CAF; }
p { color: rgb(174,76,175); }
H1.HeaderClassName
{
color: #AE4CAF;
}
.AnyTagClassName
{
color: #AE4CAF;
}
</style>
background-color css
<style>
a { background-color: #AE4CAF; }
a { background-color: rgb(174,76,175); }
div.DivClassName
{
background-color: #AE4CAF;
}
.BgClassName
{
background-color: #AE4CAF;
}
</style>
border-color css
<style>
span { border-color: #AE4CAF; }
span { border-color: rgb(174,76,175); }
td.TdClassName
{
border-color: #AE4CAF;
}
.TagClassName
{
border-color: #AE4CAF;
}
</style>