Shades of Fuchsia #AD43BC
Tints of Fuchsia #AD43BC
RGB
CMYK
RGB Variations
Color information
#AD43BC (or 0xAD43BC) is known color: Fuchsia. HEX triplet: AD, 43 and BC. RGB value is (173,67,188). Sum of RGB (Red+Green+Blue) = 173+67+188=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD43BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43BC is #52BC43. Grayscale: #707070. Windows color (decimal): -5422148 or 12338093. OLE color: 12338093.
HSL color Cylindrical-coordinate representation of color #AD43BC: hue angle of 292.56º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD43BC is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 67 | 188 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.26 |
| HSL | 292.56º | 0.47% | 0.5% | - |
| HSV(B) | 292.56º | 0.64% | 0.74% | - |
| XYZ | 28.32 | 16.53 | 49.27 | - |
| YUV | 112.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 188 | 0.08 | 0.64 | 0 | 0.26 | 292.56 | 0.47 | 0.5 |
| Hex | AD | 43 | BC | 8 | 40 | 0 | 1A | 125 | 2F | 32 |
| Octal | 255 | 103 | 274 | 10 | 100 | 0 | 32 | 445 | 57 | 62 |
| Binary | 10101101 | 1000011 | 10111100 | 1000 | 1000000 | 0 | 11010 | 100100101 | 101111 | 110010 |
Color Harmonies of #AD43BC
Complementary color
Monochromatic Colors of #AD43BC
Black with #AD43BC
Text Example
Text Example
White with #AD43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43BC; }
p { color: rgb(173,67,188); }
H1.HeaderClassName
{
color: #AD43BC;
}
.AnyTagClassName
{
color: #AD43BC;
}
</style>
background-color css
<style>
a { background-color: #AD43BC; }
a { background-color: rgb(173,67,188); }
div.DivClassName
{
background-color: #AD43BC;
}
.BgClassName
{
background-color: #AD43BC;
}
</style>
border-color css
<style>
span { border-color: #AD43BC; }
span { border-color: rgb(173,67,188); }
td.TdClassName
{
border-color: #AD43BC;
}
.TagClassName
{
border-color: #AD43BC;
}
</style>