Shades of Fuchsia #AD35AB
Tints of Fuchsia #AD35AB
RGB
CMYK
RGB Variations
Color information
#AD35AB (or 0xAD35AB) is known color: Fuchsia. HEX triplet: AD, 35 and AB. RGB value is (173,53,171). Sum of RGB (Red+Green+Blue) = 173+53+171=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD35AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD35AB is #52CA54. Grayscale: #656565. Windows color (decimal): -5425749 or 11220397. OLE color: 11220397.
HSL color Cylindrical-coordinate representation of color #AD35AB: hue angle of 301º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD35AB is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 171 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.32 |
| HSL | 301º | 0.53% | 0.44% | - |
| HSV(B) | 301º | 0.69% | 0.68% | - |
| XYZ | 25.86 | 14.37 | 39.94 | - |
| YUV | 102.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 171 | 0 | 0.69 | 0.01 | 0.32 | 301 | 0.53 | 0.44 |
| Hex | AD | 35 | AB | 0 | 45 | 1 | 20 | 12D | 35 | 2C |
| Octal | 255 | 65 | 253 | 0 | 105 | 1 | 40 | 455 | 65 | 54 |
| Binary | 10101101 | 110101 | 10101011 | 0 | 1000101 | 1 | 100000 | 100101101 | 110101 | 101100 |
Color Harmonies of #AD35AB
Complementary color
Monochromatic Colors of #AD35AB
Black with #AD35AB
Text Example
Text Example
White with #AD35AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD35AB; }
p { color: rgb(173,53,171); }
H1.HeaderClassName
{
color: #AD35AB;
}
.AnyTagClassName
{
color: #AD35AB;
}
</style>
background-color css
<style>
a { background-color: #AD35AB; }
a { background-color: rgb(173,53,171); }
div.DivClassName
{
background-color: #AD35AB;
}
.BgClassName
{
background-color: #AD35AB;
}
</style>
border-color css
<style>
span { border-color: #AD35AB; }
span { border-color: rgb(173,53,171); }
td.TdClassName
{
border-color: #AD35AB;
}
.TagClassName
{
border-color: #AD35AB;
}
</style>