Shades of Fuchsia #AD4ABC
Tints of Fuchsia #AD4ABC
RGB
CMYK
RGB Variations
Color information
#AD4ABC (or 0xAD4ABC) is known color: Fuchsia. HEX triplet: AD, 4A and BC. RGB value is (173,74,188). Sum of RGB (Red+Green+Blue) = 173+74+188=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ABC is #52B543. Grayscale: #747474. Windows color (decimal): -5420356 or 12339885. OLE color: 12339885.
HSL color Cylindrical-coordinate representation of color #AD4ABC: hue angle of 292.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4ABC is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 74 | 188 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.26 |
| HSL | 292.11º | 0.46% | 0.51% | - |
| HSV(B) | 292.11º | 0.61% | 0.74% | - |
| XYZ | 28.76 | 17.41 | 49.42 | - |
| YUV | 116.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 188 | 0.08 | 0.61 | 0 | 0.26 | 292.11 | 0.46 | 0.51 |
| Hex | AD | 4A | BC | 8 | 3D | 0 | 1A | 124 | 2E | 33 |
| Octal | 255 | 112 | 274 | 10 | 75 | 0 | 32 | 444 | 56 | 63 |
| Binary | 10101101 | 1001010 | 10111100 | 1000 | 111101 | 0 | 11010 | 100100100 | 101110 | 110011 |
Color Harmonies of #AD4ABC
Complementary color
Monochromatic Colors of #AD4ABC
Black with #AD4ABC
Text Example
Text Example
White with #AD4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ABC; }
p { color: rgb(173,74,188); }
H1.HeaderClassName
{
color: #AD4ABC;
}
.AnyTagClassName
{
color: #AD4ABC;
}
</style>
background-color css
<style>
a { background-color: #AD4ABC; }
a { background-color: rgb(173,74,188); }
div.DivClassName
{
background-color: #AD4ABC;
}
.BgClassName
{
background-color: #AD4ABC;
}
</style>
border-color css
<style>
span { border-color: #AD4ABC; }
span { border-color: rgb(173,74,188); }
td.TdClassName
{
border-color: #AD4ABC;
}
.TagClassName
{
border-color: #AD4ABC;
}
</style>