Shades of Fuchsia #AD57BD
Tints of Fuchsia #AD57BD
RGB
CMYK
RGB Variations
Color information
#AD57BD (or 0xAD57BD) is known color: Fuchsia. HEX triplet: AD, 57 and BD. RGB value is (173,87,189). Sum of RGB (Red+Green+Blue) = 173+87+189=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD57BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57BD is #52A842. Grayscale: #7C7C7C. Windows color (decimal): -5417027 or 12408749. OLE color: 12408749.
HSL color Cylindrical-coordinate representation of color #AD57BD: hue angle of 290.59º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD57BD is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 87 | 189 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.26 |
| HSL | 290.59º | 0.44% | 0.54% | - |
| HSV(B) | 290.59º | 0.54% | 0.74% | - |
| XYZ | 29.83 | 19.37 | 50.31 | - |
| YUV | 124.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 189 | 0.08 | 0.54 | 0 | 0.26 | 290.59 | 0.44 | 0.54 |
| Hex | AD | 57 | BD | 8 | 36 | 0 | 1A | 123 | 2C | 36 |
| Octal | 255 | 127 | 275 | 10 | 66 | 0 | 32 | 443 | 54 | 66 |
| Binary | 10101101 | 1010111 | 10111101 | 1000 | 110110 | 0 | 11010 | 100100011 | 101100 | 110110 |
Color Harmonies of #AD57BD
Complementary color
Monochromatic Colors of #AD57BD
Black with #AD57BD
Text Example
Text Example
White with #AD57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57BD; }
p { color: rgb(173,87,189); }
H1.HeaderClassName
{
color: #AD57BD;
}
.AnyTagClassName
{
color: #AD57BD;
}
</style>
background-color css
<style>
a { background-color: #AD57BD; }
a { background-color: rgb(173,87,189); }
div.DivClassName
{
background-color: #AD57BD;
}
.BgClassName
{
background-color: #AD57BD;
}
</style>
border-color css
<style>
span { border-color: #AD57BD; }
span { border-color: rgb(173,87,189); }
td.TdClassName
{
border-color: #AD57BD;
}
.TagClassName
{
border-color: #AD57BD;
}
</style>