Shades of Fuchsia #AD45BC
Tints of Fuchsia #AD45BC
RGB
CMYK
RGB Variations
Color information
#AD45BC (or 0xAD45BC) is known color: Fuchsia. HEX triplet: AD, 45 and BC. RGB value is (173,69,188). Sum of RGB (Red+Green+Blue) = 173+69+188=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD45BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45BC is #52BA43. Grayscale: #717171. Windows color (decimal): -5421636 or 12338605. OLE color: 12338605.
HSL color Cylindrical-coordinate representation of color #AD45BC: hue angle of 292.44º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD45BC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 69 | 188 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.26 |
| HSL | 292.44º | 0.47% | 0.5% | - |
| HSV(B) | 292.44º | 0.63% | 0.74% | - |
| XYZ | 28.44 | 16.77 | 49.32 | - |
| YUV | 113.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 188 | 0.08 | 0.63 | 0 | 0.26 | 292.44 | 0.47 | 0.5 |
| Hex | AD | 45 | BC | 8 | 3F | 0 | 1A | 124 | 2F | 32 |
| Octal | 255 | 105 | 274 | 10 | 77 | 0 | 32 | 444 | 57 | 62 |
| Binary | 10101101 | 1000101 | 10111100 | 1000 | 111111 | 0 | 11010 | 100100100 | 101111 | 110010 |
Color Harmonies of #AD45BC
Complementary color
Monochromatic Colors of #AD45BC
Black with #AD45BC
Text Example
Text Example
White with #AD45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45BC; }
p { color: rgb(173,69,188); }
H1.HeaderClassName
{
color: #AD45BC;
}
.AnyTagClassName
{
color: #AD45BC;
}
</style>
background-color css
<style>
a { background-color: #AD45BC; }
a { background-color: rgb(173,69,188); }
div.DivClassName
{
background-color: #AD45BC;
}
.BgClassName
{
background-color: #AD45BC;
}
</style>
border-color css
<style>
span { border-color: #AD45BC; }
span { border-color: rgb(173,69,188); }
td.TdClassName
{
border-color: #AD45BC;
}
.TagClassName
{
border-color: #AD45BC;
}
</style>