Shades of Fuchsia #AE45B4
Tints of Fuchsia #AE45B4
RGB
CMYK
RGB Variations
Color information
#AE45B4 (or 0xAE45B4) is known color: Fuchsia. HEX triplet: AE, 45 and B4. RGB value is (174,69,180). Sum of RGB (Red+Green+Blue) = 174+69+180=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE45B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE45B4 is #51BA4B. Grayscale: #707070. Windows color (decimal): -5356108 or 11814318. OLE color: 11814318.
HSL color Cylindrical-coordinate representation of color #AE45B4: hue angle of 296.76º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE45B4 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 69 | 180 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.29 |
| HSL | 296.76º | 0.45% | 0.49% | - |
| HSV(B) | 296.76º | 0.62% | 0.71% | - |
| XYZ | 27.82 | 16.55 | 44.91 | - |
| YUV | 113.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 180 | 0.03 | 0.62 | 0 | 0.29 | 296.76 | 0.45 | 0.49 |
| Hex | AE | 45 | B4 | 3 | 3E | 0 | 1D | 129 | 2D | 31 |
| Octal | 256 | 105 | 264 | 3 | 76 | 0 | 35 | 451 | 55 | 61 |
| Binary | 10101110 | 1000101 | 10110100 | 11 | 111110 | 0 | 11101 | 100101001 | 101101 | 110001 |
Color Harmonies of #AE45B4
Complementary color
Monochromatic Colors of #AE45B4
Black with #AE45B4
Text Example
Text Example
White with #AE45B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE45B4; }
p { color: rgb(174,69,180); }
H1.HeaderClassName
{
color: #AE45B4;
}
.AnyTagClassName
{
color: #AE45B4;
}
</style>
background-color css
<style>
a { background-color: #AE45B4; }
a { background-color: rgb(174,69,180); }
div.DivClassName
{
background-color: #AE45B4;
}
.BgClassName
{
background-color: #AE45B4;
}
</style>
border-color css
<style>
span { border-color: #AE45B4; }
span { border-color: rgb(174,69,180); }
td.TdClassName
{
border-color: #AE45B4;
}
.TagClassName
{
border-color: #AE45B4;
}
</style>