Shades of Fuchsia #AD2FAC
Tints of Fuchsia #AD2FAC
RGB
CMYK
RGB Variations
Color information
#AD2FAC (or 0xAD2FAC) is known color: Fuchsia. HEX triplet: AD, 2F and AC. RGB value is (173,47,172). Sum of RGB (Red+Green+Blue) = 173+47+172=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2FAC is #52D053. Grayscale: #626262. Windows color (decimal): -5427284 or 11284397. OLE color: 11284397.
HSL color Cylindrical-coordinate representation of color #AD2FAC: hue angle of 300.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2FAC is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 172 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.32 |
| HSL | 300.48º | 0.57% | 0.43% | - |
| HSV(B) | 300.48º | 0.73% | 0.68% | - |
| XYZ | 25.7 | 13.9 | 40.36 | - |
| YUV | 98.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 172 | 0 | 0.73 | 0.01 | 0.32 | 300.48 | 0.57 | 0.43 |
| Hex | AD | 2F | AC | 0 | 49 | 1 | 20 | 12C | 39 | 2B |
| Octal | 255 | 57 | 254 | 0 | 111 | 1 | 40 | 454 | 71 | 53 |
| Binary | 10101101 | 101111 | 10101100 | 0 | 1001001 | 1 | 100000 | 100101100 | 111001 | 101011 |
Color Harmonies of #AD2FAC
Complementary color
Monochromatic Colors of #AD2FAC
Black with #AD2FAC
Text Example
Text Example
White with #AD2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FAC; }
p { color: rgb(173,47,172); }
H1.HeaderClassName
{
color: #AD2FAC;
}
.AnyTagClassName
{
color: #AD2FAC;
}
</style>
background-color css
<style>
a { background-color: #AD2FAC; }
a { background-color: rgb(173,47,172); }
div.DivClassName
{
background-color: #AD2FAC;
}
.BgClassName
{
background-color: #AD2FAC;
}
</style>
border-color css
<style>
span { border-color: #AD2FAC; }
span { border-color: rgb(173,47,172); }
td.TdClassName
{
border-color: #AD2FAC;
}
.TagClassName
{
border-color: #AD2FAC;
}
</style>