Shades of Fuchsia #AE31A8
Tints of Fuchsia #AE31A8
RGB
CMYK
RGB Variations
Color information
#AE31A8 (or 0xAE31A8) is known color: Fuchsia. HEX triplet: AE, 31 and A8. RGB value is (174,49,168). Sum of RGB (Red+Green+Blue) = 174+49+168=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE31A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE31A8 is #51CE57. Grayscale: #636363. Windows color (decimal): -5361240 or 11022766. OLE color: 11022766.
HSL color Cylindrical-coordinate representation of color #AE31A8: hue angle of 302.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE31A8 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 168 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.32 |
| HSL | 302.88º | 0.56% | 0.44% | - |
| HSV(B) | 302.88º | 0.72% | 0.68% | - |
| XYZ | 25.62 | 14.02 | 38.4 | - |
| YUV | 99.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 168 | 0 | 0.72 | 0.03 | 0.32 | 302.88 | 0.56 | 0.44 |
| Hex | AE | 31 | A8 | 0 | 48 | 3 | 20 | 12F | 38 | 2C |
| Octal | 256 | 61 | 250 | 0 | 110 | 3 | 40 | 457 | 70 | 54 |
| Binary | 10101110 | 110001 | 10101000 | 0 | 1001000 | 11 | 100000 | 100101111 | 111000 | 101100 |
Color Harmonies of #AE31A8
Complementary color
Monochromatic Colors of #AE31A8
Black with #AE31A8
Text Example
Text Example
White with #AE31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE31A8; }
p { color: rgb(174,49,168); }
H1.HeaderClassName
{
color: #AE31A8;
}
.AnyTagClassName
{
color: #AE31A8;
}
</style>
background-color css
<style>
a { background-color: #AE31A8; }
a { background-color: rgb(174,49,168); }
div.DivClassName
{
background-color: #AE31A8;
}
.BgClassName
{
background-color: #AE31A8;
}
</style>
border-color css
<style>
span { border-color: #AE31A8; }
span { border-color: rgb(174,49,168); }
td.TdClassName
{
border-color: #AE31A8;
}
.TagClassName
{
border-color: #AE31A8;
}
</style>