Shades of Fuchsia #AD3BB7
Tints of Fuchsia #AD3BB7
RGB
CMYK
RGB Variations
Color information
#AD3BB7 (or 0xAD3BB7) is known color: Fuchsia. HEX triplet: AD, 3B and B7. RGB value is (173,59,183). Sum of RGB (Red+Green+Blue) = 173+59+183=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD3BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BB7 is #52C448. Grayscale: #6A6A6A. Windows color (decimal): -5424201 or 12008365. OLE color: 12008365.
HSL color Cylindrical-coordinate representation of color #AD3BB7: hue angle of 295.16º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3BB7 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 59 | 183 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.28 |
| HSL | 295.16º | 0.51% | 0.47% | - |
| HSV(B) | 295.16º | 0.68% | 0.72% | - |
| XYZ | 27.34 | 15.43 | 46.34 | - |
| YUV | 107.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 183 | 0.05 | 0.68 | 0 | 0.28 | 295.16 | 0.51 | 0.47 |
| Hex | AD | 3B | B7 | 5 | 44 | 0 | 1C | 127 | 33 | 2F |
| Octal | 255 | 73 | 267 | 5 | 104 | 0 | 34 | 447 | 63 | 57 |
| Binary | 10101101 | 111011 | 10110111 | 101 | 1000100 | 0 | 11100 | 100100111 | 110011 | 101111 |
Color Harmonies of #AD3BB7
Complementary color
Monochromatic Colors of #AD3BB7
Black with #AD3BB7
Text Example
Text Example
White with #AD3BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BB7; }
p { color: rgb(173,59,183); }
H1.HeaderClassName
{
color: #AD3BB7;
}
.AnyTagClassName
{
color: #AD3BB7;
}
</style>
background-color css
<style>
a { background-color: #AD3BB7; }
a { background-color: rgb(173,59,183); }
div.DivClassName
{
background-color: #AD3BB7;
}
.BgClassName
{
background-color: #AD3BB7;
}
</style>
border-color css
<style>
span { border-color: #AD3BB7; }
span { border-color: rgb(173,59,183); }
td.TdClassName
{
border-color: #AD3BB7;
}
.TagClassName
{
border-color: #AD3BB7;
}
</style>