Shades of Fuchsia #AD3BB8
Tints of Fuchsia #AD3BB8
RGB
CMYK
RGB Variations
Color information
#AD3BB8 (or 0xAD3BB8) is known color: Fuchsia. HEX triplet: AD, 3B and B8. RGB value is (173,59,184). Sum of RGB (Red+Green+Blue) = 173+59+184=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD3BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BB8 is #52C447. Grayscale: #6A6A6A. Windows color (decimal): -5424200 or 12073901. OLE color: 12073901.
HSL color Cylindrical-coordinate representation of color #AD3BB8: hue angle of 294.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3BB8 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 59 | 184 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.28 |
| HSL | 294.72º | 0.51% | 0.48% | - |
| HSV(B) | 294.72º | 0.68% | 0.72% | - |
| XYZ | 27.45 | 15.47 | 46.89 | - |
| YUV | 107.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 184 | 0.06 | 0.68 | 0 | 0.28 | 294.72 | 0.51 | 0.48 |
| Hex | AD | 3B | B8 | 6 | 44 | 0 | 1C | 127 | 33 | 30 |
| Octal | 255 | 73 | 270 | 6 | 104 | 0 | 34 | 447 | 63 | 60 |
| Binary | 10101101 | 111011 | 10111000 | 110 | 1000100 | 0 | 11100 | 100100111 | 110011 | 110000 |
Color Harmonies of #AD3BB8
Complementary color
Monochromatic Colors of #AD3BB8
Black with #AD3BB8
Text Example
Text Example
White with #AD3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BB8; }
p { color: rgb(173,59,184); }
H1.HeaderClassName
{
color: #AD3BB8;
}
.AnyTagClassName
{
color: #AD3BB8;
}
</style>
background-color css
<style>
a { background-color: #AD3BB8; }
a { background-color: rgb(173,59,184); }
div.DivClassName
{
background-color: #AD3BB8;
}
.BgClassName
{
background-color: #AD3BB8;
}
</style>
border-color css
<style>
span { border-color: #AD3BB8; }
span { border-color: rgb(173,59,184); }
td.TdClassName
{
border-color: #AD3BB8;
}
.TagClassName
{
border-color: #AD3BB8;
}
</style>