Shades of Fuchsia #AD3DB7
Tints of Fuchsia #AD3DB7
RGB
CMYK
RGB Variations
Color information
#AD3DB7 (or 0xAD3DB7) is known color: Fuchsia. HEX triplet: AD, 3D and B7. RGB value is (173,61,183). Sum of RGB (Red+Green+Blue) = 173+61+183=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD3DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DB7 is #52C248. Grayscale: #6C6C6C. Windows color (decimal): -5423689 or 12008877. OLE color: 12008877.
HSL color Cylindrical-coordinate representation of color #AD3DB7: hue angle of 295.08º degrees, saturation: 0.5, 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 #AD3DB7 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 61 | 183 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.28 |
| HSL | 295.08º | 0.5% | 0.48% | - |
| HSV(B) | 295.08º | 0.67% | 0.72% | - |
| XYZ | 27.45 | 15.64 | 46.37 | - |
| YUV | 108.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 183 | 0.05 | 0.67 | 0 | 0.28 | 295.08 | 0.5 | 0.48 |
| Hex | AD | 3D | B7 | 5 | 43 | 0 | 1C | 127 | 32 | 30 |
| Octal | 255 | 75 | 267 | 5 | 103 | 0 | 34 | 447 | 62 | 60 |
| Binary | 10101101 | 111101 | 10110111 | 101 | 1000011 | 0 | 11100 | 100100111 | 110010 | 110000 |
Color Harmonies of #AD3DB7
Complementary color
Monochromatic Colors of #AD3DB7
Black with #AD3DB7
Text Example
Text Example
White with #AD3DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DB7; }
p { color: rgb(173,61,183); }
H1.HeaderClassName
{
color: #AD3DB7;
}
.AnyTagClassName
{
color: #AD3DB7;
}
</style>
background-color css
<style>
a { background-color: #AD3DB7; }
a { background-color: rgb(173,61,183); }
div.DivClassName
{
background-color: #AD3DB7;
}
.BgClassName
{
background-color: #AD3DB7;
}
</style>
border-color css
<style>
span { border-color: #AD3DB7; }
span { border-color: rgb(173,61,183); }
td.TdClassName
{
border-color: #AD3DB7;
}
.TagClassName
{
border-color: #AD3DB7;
}
</style>