Shades of Fuchsia #AD3DB6
Tints of Fuchsia #AD3DB6
RGB
CMYK
RGB Variations
Color information
#AD3DB6 (or 0xAD3DB6) is known color: Fuchsia. HEX triplet: AD, 3D and B6. RGB value is (173,61,182). Sum of RGB (Red+Green+Blue) = 173+61+182=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD3DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DB6 is #52C249. Grayscale: #6B6B6B. Windows color (decimal): -5423690 or 11943341. OLE color: 11943341.
HSL color Cylindrical-coordinate representation of color #AD3DB6: hue angle of 295.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3DB6 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 61 | 182 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.29 |
| HSL | 295.54º | 0.5% | 0.48% | - |
| HSV(B) | 295.54º | 0.66% | 0.71% | - |
| XYZ | 27.35 | 15.6 | 45.83 | - |
| YUV | 108.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 182 | 0.05 | 0.66 | 0 | 0.29 | 295.54 | 0.5 | 0.48 |
| Hex | AD | 3D | B6 | 5 | 42 | 0 | 1D | 128 | 32 | 30 |
| Octal | 255 | 75 | 266 | 5 | 102 | 0 | 35 | 450 | 62 | 60 |
| Binary | 10101101 | 111101 | 10110110 | 101 | 1000010 | 0 | 11101 | 100101000 | 110010 | 110000 |
Color Harmonies of #AD3DB6
Complementary color
Monochromatic Colors of #AD3DB6
Black with #AD3DB6
Text Example
Text Example
White with #AD3DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DB6; }
p { color: rgb(173,61,182); }
H1.HeaderClassName
{
color: #AD3DB6;
}
.AnyTagClassName
{
color: #AD3DB6;
}
</style>
background-color css
<style>
a { background-color: #AD3DB6; }
a { background-color: rgb(173,61,182); }
div.DivClassName
{
background-color: #AD3DB6;
}
.BgClassName
{
background-color: #AD3DB6;
}
</style>
border-color css
<style>
span { border-color: #AD3DB6; }
span { border-color: rgb(173,61,182); }
td.TdClassName
{
border-color: #AD3DB6;
}
.TagClassName
{
border-color: #AD3DB6;
}
</style>