Shades of Fuchsia #AE6BB9
Tints of Fuchsia #AE6BB9
RGB
CMYK
RGB Variations
Color information
#AE6BB9 (or 0xAE6BB9) is known color: Fuchsia. HEX triplet: AE, 6B and B9. RGB value is (174,107,185). Sum of RGB (Red+Green+Blue) = 174+107+185=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE6BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BB9 is #519446. Grayscale: #878787. Windows color (decimal): -5346375 or 12151726. OLE color: 12151726.
HSL color Cylindrical-coordinate representation of color #AE6BB9: hue angle of 291.54º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6BB9 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 107 | 185 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.27 |
| HSL | 291.54º | 0.36% | 0.57% | - |
| HSV(B) | 291.54º | 0.42% | 0.73% | - |
| XYZ | 31.47 | 23.02 | 48.68 | - |
| YUV | 135.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 185 | 0.06 | 0.42 | 0 | 0.27 | 291.54 | 0.36 | 0.57 |
| Hex | AE | 6B | B9 | 6 | 2A | 0 | 1B | 124 | 24 | 39 |
| Octal | 256 | 153 | 271 | 6 | 52 | 0 | 33 | 444 | 44 | 71 |
| Binary | 10101110 | 1101011 | 10111001 | 110 | 101010 | 0 | 11011 | 100100100 | 100100 | 111001 |
Color Harmonies of #AE6BB9
Complementary color
Monochromatic Colors of #AE6BB9
Black with #AE6BB9
Text Example
Text Example
White with #AE6BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6BB9; }
p { color: rgb(174,107,185); }
H1.HeaderClassName
{
color: #AE6BB9;
}
.AnyTagClassName
{
color: #AE6BB9;
}
</style>
background-color css
<style>
a { background-color: #AE6BB9; }
a { background-color: rgb(174,107,185); }
div.DivClassName
{
background-color: #AE6BB9;
}
.BgClassName
{
background-color: #AE6BB9;
}
</style>
border-color css
<style>
span { border-color: #AE6BB9; }
span { border-color: rgb(174,107,185); }
td.TdClassName
{
border-color: #AE6BB9;
}
.TagClassName
{
border-color: #AE6BB9;
}
</style>