Shades of Fuchsia #AD4BB1
Tints of Fuchsia #AD4BB1
RGB
CMYK
RGB Variations
Color information
#AD4BB1 (or 0xAD4BB1) is known color: Fuchsia. HEX triplet: AD, 4B and B1. RGB value is (173,75,177). Sum of RGB (Red+Green+Blue) = 173+75+177=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD4BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4BB1 is #52B44E. Grayscale: #737373. Windows color (decimal): -5420111 or 11619245. OLE color: 11619245.
HSL color Cylindrical-coordinate representation of color #AD4BB1: hue angle of 297.65º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4BB1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 75 | 177 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.31 |
| HSL | 297.65º | 0.4% | 0.49% | - |
| HSV(B) | 297.65º | 0.58% | 0.69% | - |
| XYZ | 27.69 | 17.09 | 43.43 | - |
| YUV | 115.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 177 | 0.02 | 0.58 | 0 | 0.31 | 297.65 | 0.4 | 0.49 |
| Hex | AD | 4B | B1 | 2 | 3A | 0 | 1F | 12A | 28 | 31 |
| Octal | 255 | 113 | 261 | 2 | 72 | 0 | 37 | 452 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10110001 | 10 | 111010 | 0 | 11111 | 100101010 | 101000 | 110001 |
Color Harmonies of #AD4BB1
Complementary color
Monochromatic Colors of #AD4BB1
Black with #AD4BB1
Text Example
Text Example
White with #AD4BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BB1; }
p { color: rgb(173,75,177); }
H1.HeaderClassName
{
color: #AD4BB1;
}
.AnyTagClassName
{
color: #AD4BB1;
}
</style>
background-color css
<style>
a { background-color: #AD4BB1; }
a { background-color: rgb(173,75,177); }
div.DivClassName
{
background-color: #AD4BB1;
}
.BgClassName
{
background-color: #AD4BB1;
}
</style>
border-color css
<style>
span { border-color: #AD4BB1; }
span { border-color: rgb(173,75,177); }
td.TdClassName
{
border-color: #AD4BB1;
}
.TagClassName
{
border-color: #AD4BB1;
}
</style>