Shades of Fuchsia #AD45B8
Tints of Fuchsia #AD45B8
RGB
CMYK
RGB Variations
Color information
#AD45B8 (or 0xAD45B8) is known color: Fuchsia. HEX triplet: AD, 45 and B8. RGB value is (173,69,184). Sum of RGB (Red+Green+Blue) = 173+69+184=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD45B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45B8 is #52BA47. Grayscale: #707070. Windows color (decimal): -5421640 or 12076461. OLE color: 12076461.
HSL color Cylindrical-coordinate representation of color #AD45B8: hue angle of 294.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD45B8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 69 | 184 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.28 |
| HSL | 294.26º | 0.45% | 0.5% | - |
| HSV(B) | 294.26º | 0.63% | 0.72% | - |
| XYZ | 28.01 | 16.6 | 47.08 | - |
| YUV | 113.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 184 | 0.06 | 0.62 | 0 | 0.28 | 294.26 | 0.45 | 0.5 |
| Hex | AD | 45 | B8 | 6 | 3E | 0 | 1C | 126 | 2D | 32 |
| Octal | 255 | 105 | 270 | 6 | 76 | 0 | 34 | 446 | 55 | 62 |
| Binary | 10101101 | 1000101 | 10111000 | 110 | 111110 | 0 | 11100 | 100100110 | 101101 | 110010 |
Color Harmonies of #AD45B8
Complementary color
Monochromatic Colors of #AD45B8
Black with #AD45B8
Text Example
Text Example
White with #AD45B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45B8; }
p { color: rgb(173,69,184); }
H1.HeaderClassName
{
color: #AD45B8;
}
.AnyTagClassName
{
color: #AD45B8;
}
</style>
background-color css
<style>
a { background-color: #AD45B8; }
a { background-color: rgb(173,69,184); }
div.DivClassName
{
background-color: #AD45B8;
}
.BgClassName
{
background-color: #AD45B8;
}
</style>
border-color css
<style>
span { border-color: #AD45B8; }
span { border-color: rgb(173,69,184); }
td.TdClassName
{
border-color: #AD45B8;
}
.TagClassName
{
border-color: #AD45B8;
}
</style>