Shades of Fuchsia #AE55B3
Tints of Fuchsia #AE55B3
RGB
CMYK
RGB Variations
Color information
#AE55B3 (or 0xAE55B3) is known color: Fuchsia. HEX triplet: AE, 55 and B3. RGB value is (174,85,179). Sum of RGB (Red+Green+Blue) = 174+85+179=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE55B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55B3 is #51AA4C. Grayscale: #7A7A7A. Windows color (decimal): -5352013 or 11752878. OLE color: 11752878.
HSL color Cylindrical-coordinate representation of color #AE55B3: hue angle of 296.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE55B3 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 85 | 179 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.30 |
| HSL | 296.81º | 0.38% | 0.52% | - |
| HSV(B) | 296.81º | 0.53% | 0.7% | - |
| XYZ | 28.84 | 18.75 | 44.75 | - |
| YUV | 122.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 179 | 0.03 | 0.53 | 0 | 0.30 | 296.81 | 0.38 | 0.52 |
| Hex | AE | 55 | B3 | 3 | 35 | 0 | 1E | 129 | 26 | 34 |
| Octal | 256 | 125 | 263 | 3 | 65 | 0 | 36 | 451 | 46 | 64 |
| Binary | 10101110 | 1010101 | 10110011 | 11 | 110101 | 0 | 11110 | 100101001 | 100110 | 110100 |
Color Harmonies of #AE55B3
Complementary color
Monochromatic Colors of #AE55B3
Black with #AE55B3
Text Example
Text Example
White with #AE55B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE55B3; }
p { color: rgb(174,85,179); }
H1.HeaderClassName
{
color: #AE55B3;
}
.AnyTagClassName
{
color: #AE55B3;
}
</style>
background-color css
<style>
a { background-color: #AE55B3; }
a { background-color: rgb(174,85,179); }
div.DivClassName
{
background-color: #AE55B3;
}
.BgClassName
{
background-color: #AE55B3;
}
</style>
border-color css
<style>
span { border-color: #AE55B3; }
span { border-color: rgb(174,85,179); }
td.TdClassName
{
border-color: #AE55B3;
}
.TagClassName
{
border-color: #AE55B3;
}
</style>