Shades of Fuchsia #AE3BB2
Tints of Fuchsia #AE3BB2
RGB
CMYK
RGB Variations
Color information
#AE3BB2 (or 0xAE3BB2) is known color: Fuchsia. HEX triplet: AE, 3B and B2. RGB value is (174,59,178). Sum of RGB (Red+Green+Blue) = 174+59+178=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE3BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BB2 is #51C44D. Grayscale: #6A6A6A. Windows color (decimal): -5358670 or 11680686. OLE color: 11680686.
HSL color Cylindrical-coordinate representation of color #AE3BB2: hue angle of 297.98º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3BB2 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 59 | 178 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.30 |
| HSL | 297.98º | 0.5% | 0.46% | - |
| HSV(B) | 297.98º | 0.67% | 0.7% | - |
| XYZ | 27.06 | 15.34 | 43.65 | - |
| YUV | 106.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 59 | 178 | 0.02 | 0.67 | 0 | 0.30 | 297.98 | 0.5 | 0.46 |
| Hex | AE | 3B | B2 | 2 | 43 | 0 | 1E | 12A | 32 | 2E |
| Octal | 256 | 73 | 262 | 2 | 103 | 0 | 36 | 452 | 62 | 56 |
| Binary | 10101110 | 111011 | 10110010 | 10 | 1000011 | 0 | 11110 | 100101010 | 110010 | 101110 |
Color Harmonies of #AE3BB2
Complementary color
Monochromatic Colors of #AE3BB2
Black with #AE3BB2
Text Example
Text Example
White with #AE3BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3BB2; }
p { color: rgb(174,59,178); }
H1.HeaderClassName
{
color: #AE3BB2;
}
.AnyTagClassName
{
color: #AE3BB2;
}
</style>
background-color css
<style>
a { background-color: #AE3BB2; }
a { background-color: rgb(174,59,178); }
div.DivClassName
{
background-color: #AE3BB2;
}
.BgClassName
{
background-color: #AE3BB2;
}
</style>
border-color css
<style>
span { border-color: #AE3BB2; }
span { border-color: rgb(174,59,178); }
td.TdClassName
{
border-color: #AE3BB2;
}
.TagClassName
{
border-color: #AE3BB2;
}
</style>