Shades of Fuchsia #AD32AF
Tints of Fuchsia #AD32AF
RGB
CMYK
RGB Variations
Color information
#AD32AF (or 0xAD32AF) is known color: Fuchsia. HEX triplet: AD, 32 and AF. RGB value is (173,50,175). Sum of RGB (Red+Green+Blue) = 173+50+175=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD32AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32AF is #52CD50. Grayscale: #646464. Windows color (decimal): -5426513 or 11481773. OLE color: 11481773.
HSL color Cylindrical-coordinate representation of color #AD32AF: hue angle of 299.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD32AF is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 50 | 175 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.31 |
| HSL | 299.04º | 0.56% | 0.44% | - |
| HSV(B) | 299.04º | 0.71% | 0.69% | - |
| XYZ | 26.11 | 14.26 | 41.93 | - |
| YUV | 101.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 175 | 0.01 | 0.71 | 0 | 0.31 | 299.04 | 0.56 | 0.44 |
| Hex | AD | 32 | AF | 1 | 47 | 0 | 1F | 12B | 38 | 2C |
| Octal | 255 | 62 | 257 | 1 | 107 | 0 | 37 | 453 | 70 | 54 |
| Binary | 10101101 | 110010 | 10101111 | 1 | 1000111 | 0 | 11111 | 100101011 | 111000 | 101100 |
Color Harmonies of #AD32AF
Complementary color
Monochromatic Colors of #AD32AF
Black with #AD32AF
Text Example
Text Example
White with #AD32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32AF; }
p { color: rgb(173,50,175); }
H1.HeaderClassName
{
color: #AD32AF;
}
.AnyTagClassName
{
color: #AD32AF;
}
</style>
background-color css
<style>
a { background-color: #AD32AF; }
a { background-color: rgb(173,50,175); }
div.DivClassName
{
background-color: #AD32AF;
}
.BgClassName
{
background-color: #AD32AF;
}
</style>
border-color css
<style>
span { border-color: #AD32AF; }
span { border-color: rgb(173,50,175); }
td.TdClassName
{
border-color: #AD32AF;
}
.TagClassName
{
border-color: #AD32AF;
}
</style>