Shades of Fuchsia #AE36A7
Tints of Fuchsia #AE36A7
RGB
CMYK
RGB Variations
Color information
#AE36A7 (or 0xAE36A7) is known color: Fuchsia. HEX triplet: AE, 36 and A7. RGB value is (174,54,167). Sum of RGB (Red+Green+Blue) = 174+54+167=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE36A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE36A7 is #51C958. Grayscale: #666666. Windows color (decimal): -5359961 or 10958510. OLE color: 10958510.
HSL color Cylindrical-coordinate representation of color #AE36A7: hue angle of 303.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE36A7 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 167 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.32 |
| HSL | 303.5º | 0.53% | 0.45% | - |
| HSV(B) | 303.5º | 0.69% | 0.68% | - |
| XYZ | 25.75 | 14.43 | 37.99 | - |
| YUV | 102.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 167 | 0 | 0.69 | 0.04 | 0.32 | 303.5 | 0.53 | 0.45 |
| Hex | AE | 36 | A7 | 0 | 45 | 4 | 20 | 130 | 35 | 2D |
| Octal | 256 | 66 | 247 | 0 | 105 | 4 | 40 | 460 | 65 | 55 |
| Binary | 10101110 | 110110 | 10100111 | 0 | 1000101 | 100 | 100000 | 100110000 | 110101 | 101101 |
Color Harmonies of #AE36A7
Complementary color
Monochromatic Colors of #AE36A7
Black with #AE36A7
Text Example
Text Example
White with #AE36A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE36A7; }
p { color: rgb(174,54,167); }
H1.HeaderClassName
{
color: #AE36A7;
}
.AnyTagClassName
{
color: #AE36A7;
}
</style>
background-color css
<style>
a { background-color: #AE36A7; }
a { background-color: rgb(174,54,167); }
div.DivClassName
{
background-color: #AE36A7;
}
.BgClassName
{
background-color: #AE36A7;
}
</style>
border-color css
<style>
span { border-color: #AE36A7; }
span { border-color: rgb(174,54,167); }
td.TdClassName
{
border-color: #AE36A7;
}
.TagClassName
{
border-color: #AE36A7;
}
</style>