Shades of Fuchsia #AE38A8
Tints of Fuchsia #AE38A8
RGB
CMYK
RGB Variations
Color information
#AE38A8 (or 0xAE38A8) is known color: Fuchsia. HEX triplet: AE, 38 and A8. RGB value is (174,56,168). Sum of RGB (Red+Green+Blue) = 174+56+168=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE38A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE38A8 is #51C757. Grayscale: #676767. Windows color (decimal): -5359448 or 11024558. OLE color: 11024558.
HSL color Cylindrical-coordinate representation of color #AE38A8: hue angle of 303.05º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE38A8 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 168 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.32 |
| HSL | 303.05º | 0.51% | 0.45% | - |
| HSV(B) | 303.05º | 0.68% | 0.68% | - |
| XYZ | 25.94 | 14.65 | 38.51 | - |
| YUV | 104.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 168 | 0 | 0.68 | 0.03 | 0.32 | 303.05 | 0.51 | 0.45 |
| Hex | AE | 38 | A8 | 0 | 44 | 3 | 20 | 12F | 33 | 2D |
| Octal | 256 | 70 | 250 | 0 | 104 | 3 | 40 | 457 | 63 | 55 |
| Binary | 10101110 | 111000 | 10101000 | 0 | 1000100 | 11 | 100000 | 100101111 | 110011 | 101101 |
Color Harmonies of #AE38A8
Complementary color
Monochromatic Colors of #AE38A8
Black with #AE38A8
Text Example
Text Example
White with #AE38A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE38A8; }
p { color: rgb(174,56,168); }
H1.HeaderClassName
{
color: #AE38A8;
}
.AnyTagClassName
{
color: #AE38A8;
}
</style>
background-color css
<style>
a { background-color: #AE38A8; }
a { background-color: rgb(174,56,168); }
div.DivClassName
{
background-color: #AE38A8;
}
.BgClassName
{
background-color: #AE38A8;
}
</style>
border-color css
<style>
span { border-color: #AE38A8; }
span { border-color: rgb(174,56,168); }
td.TdClassName
{
border-color: #AE38A8;
}
.TagClassName
{
border-color: #AE38A8;
}
</style>