Shades of Fuchsia #AD4BBB
Tints of Fuchsia #AD4BBB
RGB
CMYK
RGB Variations
Color information
#AD4BBB (or 0xAD4BBB) is known color: Fuchsia. HEX triplet: AD, 4B and BB. RGB value is (173,75,187). Sum of RGB (Red+Green+Blue) = 173+75+187=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD4BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BBB is #52B444. Grayscale: #747474. Windows color (decimal): -5420101 or 12274605. OLE color: 12274605.
HSL color Cylindrical-coordinate representation of color #AD4BBB: hue angle of 292.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4BBB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 75 | 187 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.27 |
| HSL | 292.5º | 0.45% | 0.51% | - |
| HSV(B) | 292.5º | 0.6% | 0.73% | - |
| XYZ | 28.72 | 17.5 | 48.88 | - |
| YUV | 117.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 187 | 0.07 | 0.60 | 0 | 0.27 | 292.5 | 0.45 | 0.51 |
| Hex | AD | 4B | BB | 7 | 3C | 0 | 1B | 124 | 2D | 33 |
| Octal | 255 | 113 | 273 | 7 | 74 | 0 | 33 | 444 | 55 | 63 |
| Binary | 10101101 | 1001011 | 10111011 | 111 | 111100 | 0 | 11011 | 100100100 | 101101 | 110011 |
Color Harmonies of #AD4BBB
Complementary color
Monochromatic Colors of #AD4BBB
Black with #AD4BBB
Text Example
Text Example
White with #AD4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BBB; }
p { color: rgb(173,75,187); }
H1.HeaderClassName
{
color: #AD4BBB;
}
.AnyTagClassName
{
color: #AD4BBB;
}
</style>
background-color css
<style>
a { background-color: #AD4BBB; }
a { background-color: rgb(173,75,187); }
div.DivClassName
{
background-color: #AD4BBB;
}
.BgClassName
{
background-color: #AD4BBB;
}
</style>
border-color css
<style>
span { border-color: #AD4BBB; }
span { border-color: rgb(173,75,187); }
td.TdClassName
{
border-color: #AD4BBB;
}
.TagClassName
{
border-color: #AD4BBB;
}
</style>