Shades of Fuchsia #AE32AD
Tints of Fuchsia #AE32AD
RGB
CMYK
RGB Variations
Color information
#AE32AD (or 0xAE32AD) is known color: Fuchsia. HEX triplet: AE, 32 and AD. RGB value is (174,50,173). Sum of RGB (Red+Green+Blue) = 174+50+173=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32AD is #51CD52. Grayscale: #646464. Windows color (decimal): -5360979 or 11350702. OLE color: 11350702.
HSL color Cylindrical-coordinate representation of color #AE32AD: hue angle of 300.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE32AD is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 173 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.32 |
| HSL | 300.48º | 0.55% | 0.44% | - |
| HSV(B) | 300.48º | 0.71% | 0.68% | - |
| XYZ | 26.14 | 14.3 | 40.92 | - |
| YUV | 101.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 173 | 0 | 0.71 | 0.01 | 0.32 | 300.48 | 0.55 | 0.44 |
| Hex | AE | 32 | AD | 0 | 47 | 1 | 20 | 12C | 37 | 2C |
| Octal | 256 | 62 | 255 | 0 | 107 | 1 | 40 | 454 | 67 | 54 |
| Binary | 10101110 | 110010 | 10101101 | 0 | 1000111 | 1 | 100000 | 100101100 | 110111 | 101100 |
Color Harmonies of #AE32AD
Complementary color
Monochromatic Colors of #AE32AD
Black with #AE32AD
Text Example
Text Example
White with #AE32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32AD; }
p { color: rgb(174,50,173); }
H1.HeaderClassName
{
color: #AE32AD;
}
.AnyTagClassName
{
color: #AE32AD;
}
</style>
background-color css
<style>
a { background-color: #AE32AD; }
a { background-color: rgb(174,50,173); }
div.DivClassName
{
background-color: #AE32AD;
}
.BgClassName
{
background-color: #AE32AD;
}
</style>
border-color css
<style>
span { border-color: #AE32AD; }
span { border-color: rgb(174,50,173); }
td.TdClassName
{
border-color: #AE32AD;
}
.TagClassName
{
border-color: #AE32AD;
}
</style>