Shades of Fuchsia #AD4AB0
Tints of Fuchsia #AD4AB0
RGB
CMYK
RGB Variations
Color information
#AD4AB0 (or 0xAD4AB0) is known color: Fuchsia. HEX triplet: AD, 4A and B0. RGB value is (173,74,176). Sum of RGB (Red+Green+Blue) = 173+74+176=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD4AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AB0 is #52B54F. Grayscale: #727272. Windows color (decimal): -5420368 or 11553453. OLE color: 11553453.
HSL color Cylindrical-coordinate representation of color #AD4AB0: hue angle of 298.24º degrees, saturation: 0.41, 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 #AD4AB0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 74 | 176 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.31 |
| HSL | 298.24º | 0.41% | 0.49% | - |
| HSV(B) | 298.24º | 0.58% | 0.69% | - |
| XYZ | 27.52 | 16.92 | 42.89 | - |
| YUV | 115.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 176 | 0.02 | 0.58 | 0 | 0.31 | 298.24 | 0.41 | 0.49 |
| Hex | AD | 4A | B0 | 2 | 3A | 0 | 1F | 12A | 29 | 31 |
| Octal | 255 | 112 | 260 | 2 | 72 | 0 | 37 | 452 | 51 | 61 |
| Binary | 10101101 | 1001010 | 10110000 | 10 | 111010 | 0 | 11111 | 100101010 | 101001 | 110001 |
Color Harmonies of #AD4AB0
Complementary color
Monochromatic Colors of #AD4AB0
Black with #AD4AB0
Text Example
Text Example
White with #AD4AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AB0; }
p { color: rgb(173,74,176); }
H1.HeaderClassName
{
color: #AD4AB0;
}
.AnyTagClassName
{
color: #AD4AB0;
}
</style>
background-color css
<style>
a { background-color: #AD4AB0; }
a { background-color: rgb(173,74,176); }
div.DivClassName
{
background-color: #AD4AB0;
}
.BgClassName
{
background-color: #AD4AB0;
}
</style>
border-color css
<style>
span { border-color: #AD4AB0; }
span { border-color: rgb(173,74,176); }
td.TdClassName
{
border-color: #AD4AB0;
}
.TagClassName
{
border-color: #AD4AB0;
}
</style>