Shades of Fuchsia #AD42BC
Tints of Fuchsia #AD42BC
RGB
CMYK
RGB Variations
Color information
#AD42BC (or 0xAD42BC) is known color: Fuchsia. HEX triplet: AD, 42 and BC. RGB value is (173,66,188). Sum of RGB (Red+Green+Blue) = 173+66+188=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42BC is #52BD43. Grayscale: #6F6F6F. Windows color (decimal): -5422404 or 12337837. OLE color: 12337837.
HSL color Cylindrical-coordinate representation of color #AD42BC: hue angle of 292.62º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD42BC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 66 | 188 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.26 |
| HSL | 292.62º | 0.48% | 0.5% | - |
| HSV(B) | 292.62º | 0.65% | 0.74% | - |
| XYZ | 28.26 | 16.41 | 49.26 | - |
| YUV | 111.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 188 | 0.08 | 0.65 | 0 | 0.26 | 292.62 | 0.48 | 0.5 |
| Hex | AD | 42 | BC | 8 | 41 | 0 | 1A | 125 | 30 | 32 |
| Octal | 255 | 102 | 274 | 10 | 101 | 0 | 32 | 445 | 60 | 62 |
| Binary | 10101101 | 1000010 | 10111100 | 1000 | 1000001 | 0 | 11010 | 100100101 | 110000 | 110010 |
Color Harmonies of #AD42BC
Complementary color
Monochromatic Colors of #AD42BC
Black with #AD42BC
Text Example
Text Example
White with #AD42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42BC; }
p { color: rgb(173,66,188); }
H1.HeaderClassName
{
color: #AD42BC;
}
.AnyTagClassName
{
color: #AD42BC;
}
</style>
background-color css
<style>
a { background-color: #AD42BC; }
a { background-color: rgb(173,66,188); }
div.DivClassName
{
background-color: #AD42BC;
}
.BgClassName
{
background-color: #AD42BC;
}
</style>
border-color css
<style>
span { border-color: #AD42BC; }
span { border-color: rgb(173,66,188); }
td.TdClassName
{
border-color: #AD42BC;
}
.TagClassName
{
border-color: #AD42BC;
}
</style>