Shades of Fuchsia #AD43BD
Tints of Fuchsia #AD43BD
RGB
CMYK
RGB Variations
Color information
#AD43BD (or 0xAD43BD) is known color: Fuchsia. HEX triplet: AD, 43 and BD. RGB value is (173,67,189). Sum of RGB (Red+Green+Blue) = 173+67+189=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD43BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43BD is #52BC42. Grayscale: #707070. Windows color (decimal): -5422147 or 12403629. OLE color: 12403629.
HSL color Cylindrical-coordinate representation of color #AD43BD: hue angle of 292.13º 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 #AD43BD is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 67 | 189 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.26 |
| HSL | 292.13º | 0.48% | 0.5% | - |
| HSV(B) | 292.13º | 0.65% | 0.74% | - |
| XYZ | 28.43 | 16.57 | 49.84 | - |
| YUV | 112.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 189 | 0.08 | 0.65 | 0 | 0.26 | 292.13 | 0.48 | 0.5 |
| Hex | AD | 43 | BD | 8 | 41 | 0 | 1A | 124 | 30 | 32 |
| Octal | 255 | 103 | 275 | 10 | 101 | 0 | 32 | 444 | 60 | 62 |
| Binary | 10101101 | 1000011 | 10111101 | 1000 | 1000001 | 0 | 11010 | 100100100 | 110000 | 110010 |
Color Harmonies of #AD43BD
Complementary color
Monochromatic Colors of #AD43BD
Black with #AD43BD
Text Example
Text Example
White with #AD43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43BD; }
p { color: rgb(173,67,189); }
H1.HeaderClassName
{
color: #AD43BD;
}
.AnyTagClassName
{
color: #AD43BD;
}
</style>
background-color css
<style>
a { background-color: #AD43BD; }
a { background-color: rgb(173,67,189); }
div.DivClassName
{
background-color: #AD43BD;
}
.BgClassName
{
background-color: #AD43BD;
}
</style>
border-color css
<style>
span { border-color: #AD43BD; }
span { border-color: rgb(173,67,189); }
td.TdClassName
{
border-color: #AD43BD;
}
.TagClassName
{
border-color: #AD43BD;
}
</style>