Shades of Fuchsia #AD34B0
Tints of Fuchsia #AD34B0
RGB
CMYK
RGB Variations
Color information
#AD34B0 (or 0xAD34B0) is known color: Fuchsia. HEX triplet: AD, 34 and B0. RGB value is (173,52,176). Sum of RGB (Red+Green+Blue) = 173+52+176=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD34B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34B0 is #52CB4F. Grayscale: #656565. Windows color (decimal): -5426000 or 11547821. OLE color: 11547821.
HSL color Cylindrical-coordinate representation of color #AD34B0: hue angle of 298.55º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD34B0 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 52 | 176 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.31 |
| HSL | 298.55º | 0.54% | 0.45% | - |
| HSV(B) | 298.55º | 0.7% | 0.69% | - |
| XYZ | 26.3 | 14.47 | 42.48 | - |
| YUV | 102.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 176 | 0.02 | 0.70 | 0 | 0.31 | 298.55 | 0.54 | 0.45 |
| Hex | AD | 34 | B0 | 2 | 46 | 0 | 1F | 12B | 36 | 2D |
| Octal | 255 | 64 | 260 | 2 | 106 | 0 | 37 | 453 | 66 | 55 |
| Binary | 10101101 | 110100 | 10110000 | 10 | 1000110 | 0 | 11111 | 100101011 | 110110 | 101101 |
Color Harmonies of #AD34B0
Complementary color
Monochromatic Colors of #AD34B0
Black with #AD34B0
Text Example
Text Example
White with #AD34B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34B0; }
p { color: rgb(173,52,176); }
H1.HeaderClassName
{
color: #AD34B0;
}
.AnyTagClassName
{
color: #AD34B0;
}
</style>
background-color css
<style>
a { background-color: #AD34B0; }
a { background-color: rgb(173,52,176); }
div.DivClassName
{
background-color: #AD34B0;
}
.BgClassName
{
background-color: #AD34B0;
}
</style>
border-color css
<style>
span { border-color: #AD34B0; }
span { border-color: rgb(173,52,176); }
td.TdClassName
{
border-color: #AD34B0;
}
.TagClassName
{
border-color: #AD34B0;
}
</style>