Shades of Fuchsia #AE5FBD
Tints of Fuchsia #AE5FBD
RGB
CMYK
RGB Variations
Color information
#AE5FBD (or 0xAE5FBD) is known color: Fuchsia. HEX triplet: AE, 5F and BD. RGB value is (174,95,189). Sum of RGB (Red+Green+Blue) = 174+95+189=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE5FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FBD is #51A042. Grayscale: #818181. Windows color (decimal): -5349443 or 12410798. OLE color: 12410798.
HSL color Cylindrical-coordinate representation of color #AE5FBD: hue angle of 290.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE5FBD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 95 | 189 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.26 |
| HSL | 290.43º | 0.42% | 0.56% | - |
| HSV(B) | 290.43º | 0.5% | 0.74% | - |
| XYZ | 30.73 | 20.86 | 50.55 | - |
| YUV | 129.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 95 | 189 | 0.08 | 0.50 | 0 | 0.26 | 290.43 | 0.42 | 0.56 |
| Hex | AE | 5F | BD | 8 | 32 | 0 | 1A | 122 | 2A | 38 |
| Octal | 256 | 137 | 275 | 10 | 62 | 0 | 32 | 442 | 52 | 70 |
| Binary | 10101110 | 1011111 | 10111101 | 1000 | 110010 | 0 | 11010 | 100100010 | 101010 | 111000 |
Color Harmonies of #AE5FBD
Complementary color
Monochromatic Colors of #AE5FBD
Black with #AE5FBD
Text Example
Text Example
White with #AE5FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5FBD; }
p { color: rgb(174,95,189); }
H1.HeaderClassName
{
color: #AE5FBD;
}
.AnyTagClassName
{
color: #AE5FBD;
}
</style>
background-color css
<style>
a { background-color: #AE5FBD; }
a { background-color: rgb(174,95,189); }
div.DivClassName
{
background-color: #AE5FBD;
}
.BgClassName
{
background-color: #AE5FBD;
}
</style>
border-color css
<style>
span { border-color: #AE5FBD; }
span { border-color: rgb(174,95,189); }
td.TdClassName
{
border-color: #AE5FBD;
}
.TagClassName
{
border-color: #AE5FBD;
}
</style>