Shades of Fuchsia #AD3EBC
Tints of Fuchsia #AD3EBC
RGB
CMYK
RGB Variations
Color information
#AD3EBC (or 0xAD3EBC) is known color: Fuchsia. HEX triplet: AD, 3E and BC. RGB value is (173,62,188). Sum of RGB (Red+Green+Blue) = 173+62+188=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EBC is #52C143. Grayscale: #6D6D6D. Windows color (decimal): -5423428 or 12336813. OLE color: 12336813.
HSL color Cylindrical-coordinate representation of color #AD3EBC: hue angle of 292.86º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3EBC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 62 | 188 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.26 |
| HSL | 292.86º | 0.5% | 0.49% | - |
| HSV(B) | 292.86º | 0.67% | 0.74% | - |
| XYZ | 28.03 | 15.96 | 49.18 | - |
| YUV | 109.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 188 | 0.08 | 0.67 | 0 | 0.26 | 292.86 | 0.5 | 0.49 |
| Hex | AD | 3E | BC | 8 | 43 | 0 | 1A | 125 | 32 | 31 |
| Octal | 255 | 76 | 274 | 10 | 103 | 0 | 32 | 445 | 62 | 61 |
| Binary | 10101101 | 111110 | 10111100 | 1000 | 1000011 | 0 | 11010 | 100100101 | 110010 | 110001 |
Color Harmonies of #AD3EBC
Complementary color
Monochromatic Colors of #AD3EBC
Black with #AD3EBC
Text Example
Text Example
White with #AD3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EBC; }
p { color: rgb(173,62,188); }
H1.HeaderClassName
{
color: #AD3EBC;
}
.AnyTagClassName
{
color: #AD3EBC;
}
</style>
background-color css
<style>
a { background-color: #AD3EBC; }
a { background-color: rgb(173,62,188); }
div.DivClassName
{
background-color: #AD3EBC;
}
.BgClassName
{
background-color: #AD3EBC;
}
</style>
border-color css
<style>
span { border-color: #AD3EBC; }
span { border-color: rgb(173,62,188); }
td.TdClassName
{
border-color: #AD3EBC;
}
.TagClassName
{
border-color: #AD3EBC;
}
</style>