Shades of Fuchsia #AD3CB7
Tints of Fuchsia #AD3CB7
RGB
CMYK
RGB Variations
Color information
#AD3CB7 (or 0xAD3CB7) is known color: Fuchsia. HEX triplet: AD, 3C and B7. RGB value is (173,60,183). Sum of RGB (Red+Green+Blue) = 173+60+183=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD3CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CB7 is #52C348. Grayscale: #6B6B6B. Windows color (decimal): -5423945 or 12008621. OLE color: 12008621.
HSL color Cylindrical-coordinate representation of color #AD3CB7: hue angle of 295.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3CB7 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 60 | 183 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.28 |
| HSL | 295.12º | 0.51% | 0.48% | - |
| HSV(B) | 295.12º | 0.67% | 0.72% | - |
| XYZ | 27.4 | 15.53 | 46.35 | - |
| YUV | 107.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 183 | 0.05 | 0.67 | 0 | 0.28 | 295.12 | 0.51 | 0.48 |
| Hex | AD | 3C | B7 | 5 | 43 | 0 | 1C | 127 | 33 | 30 |
| Octal | 255 | 74 | 267 | 5 | 103 | 0 | 34 | 447 | 63 | 60 |
| Binary | 10101101 | 111100 | 10110111 | 101 | 1000011 | 0 | 11100 | 100100111 | 110011 | 110000 |
Color Harmonies of #AD3CB7
Complementary color
Monochromatic Colors of #AD3CB7
Black with #AD3CB7
Text Example
Text Example
White with #AD3CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CB7; }
p { color: rgb(173,60,183); }
H1.HeaderClassName
{
color: #AD3CB7;
}
.AnyTagClassName
{
color: #AD3CB7;
}
</style>
background-color css
<style>
a { background-color: #AD3CB7; }
a { background-color: rgb(173,60,183); }
div.DivClassName
{
background-color: #AD3CB7;
}
.BgClassName
{
background-color: #AD3CB7;
}
</style>
border-color css
<style>
span { border-color: #AD3CB7; }
span { border-color: rgb(173,60,183); }
td.TdClassName
{
border-color: #AD3CB7;
}
.TagClassName
{
border-color: #AD3CB7;
}
</style>