Shades of Fuchsia #AD4CBE
Tints of Fuchsia #AD4CBE
RGB
CMYK
RGB Variations
Color information
#AD4CBE (or 0xAD4CBE) is known color: Fuchsia. HEX triplet: AD, 4C and BE. RGB value is (173,76,190). Sum of RGB (Red+Green+Blue) = 173+76+190=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD4CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CBE is #52B341. Grayscale: #757575. Windows color (decimal): -5419842 or 12471469. OLE color: 12471469.
HSL color Cylindrical-coordinate representation of color #AD4CBE: hue angle of 291.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4CBE is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 76 | 190 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.25 |
| HSL | 291.05º | 0.47% | 0.52% | - |
| HSV(B) | 291.05º | 0.6% | 0.75% | - |
| XYZ | 29.11 | 17.77 | 50.61 | - |
| YUV | 118 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 190 | 0.09 | 0.60 | 0 | 0.25 | 291.05 | 0.47 | 0.52 |
| Hex | AD | 4C | BE | 9 | 3C | 0 | 19 | 123 | 2F | 34 |
| Octal | 255 | 114 | 276 | 11 | 74 | 0 | 31 | 443 | 57 | 64 |
| Binary | 10101101 | 1001100 | 10111110 | 1001 | 111100 | 0 | 11001 | 100100011 | 101111 | 110100 |
Color Harmonies of #AD4CBE
Complementary color
Monochromatic Colors of #AD4CBE
Black with #AD4CBE
Text Example
Text Example
White with #AD4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CBE; }
p { color: rgb(173,76,190); }
H1.HeaderClassName
{
color: #AD4CBE;
}
.AnyTagClassName
{
color: #AD4CBE;
}
</style>
background-color css
<style>
a { background-color: #AD4CBE; }
a { background-color: rgb(173,76,190); }
div.DivClassName
{
background-color: #AD4CBE;
}
.BgClassName
{
background-color: #AD4CBE;
}
</style>
border-color css
<style>
span { border-color: #AD4CBE; }
span { border-color: rgb(173,76,190); }
td.TdClassName
{
border-color: #AD4CBE;
}
.TagClassName
{
border-color: #AD4CBE;
}
</style>