Shades of Fuchsia #AE42AD
Tints of Fuchsia #AE42AD
RGB
CMYK
RGB Variations
Color information
#AE42AD (or 0xAE42AD) is known color: Fuchsia. HEX triplet: AE, 42 and AD. RGB value is (174,66,173). Sum of RGB (Red+Green+Blue) = 174+66+173=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE42AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE42AD is #51BD52. Grayscale: #6E6E6E. Windows color (decimal): -5356883 or 11354798. OLE color: 11354798.
HSL color Cylindrical-coordinate representation of color #AE42AD: hue angle of 300.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE42AD is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 173 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.32 |
| HSL | 300.56º | 0.45% | 0.47% | - |
| HSV(B) | 300.56º | 0.62% | 0.68% | - |
| XYZ | 26.95 | 15.91 | 41.19 | - |
| YUV | 110.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 173 | 0 | 0.62 | 0.01 | 0.32 | 300.56 | 0.45 | 0.47 |
| Hex | AE | 42 | AD | 0 | 3E | 1 | 20 | 12D | 2D | 2F |
| Octal | 256 | 102 | 255 | 0 | 76 | 1 | 40 | 455 | 55 | 57 |
| Binary | 10101110 | 1000010 | 10101101 | 0 | 111110 | 1 | 100000 | 100101101 | 101101 | 101111 |
Color Harmonies of #AE42AD
Complementary color
Monochromatic Colors of #AE42AD
Black with #AE42AD
Text Example
Text Example
White with #AE42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE42AD; }
p { color: rgb(174,66,173); }
H1.HeaderClassName
{
color: #AE42AD;
}
.AnyTagClassName
{
color: #AE42AD;
}
</style>
background-color css
<style>
a { background-color: #AE42AD; }
a { background-color: rgb(174,66,173); }
div.DivClassName
{
background-color: #AE42AD;
}
.BgClassName
{
background-color: #AE42AD;
}
</style>
border-color css
<style>
span { border-color: #AE42AD; }
span { border-color: rgb(174,66,173); }
td.TdClassName
{
border-color: #AE42AD;
}
.TagClassName
{
border-color: #AE42AD;
}
</style>