Shades of Fuchsia #AD4BBE
Tints of Fuchsia #AD4BBE
RGB
CMYK
RGB Variations
Color information
#AD4BBE (or 0xAD4BBE) is known color: Fuchsia. HEX triplet: AD, 4B and BE. RGB value is (173,75,190). Sum of RGB (Red+Green+Blue) = 173+75+190=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD4BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BBE is #52B441. Grayscale: #757575. Windows color (decimal): -5420098 or 12471213. OLE color: 12471213.
HSL color Cylindrical-coordinate representation of color #AD4BBE: hue angle of 291.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4BBE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 75 | 190 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.25 |
| HSL | 291.13º | 0.47% | 0.52% | - |
| HSV(B) | 291.13º | 0.61% | 0.75% | - |
| XYZ | 29.04 | 17.63 | 50.59 | - |
| YUV | 117.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 190 | 0.09 | 0.61 | 0 | 0.25 | 291.13 | 0.47 | 0.52 |
| Hex | AD | 4B | BE | 9 | 3D | 0 | 19 | 123 | 2F | 34 |
| Octal | 255 | 113 | 276 | 11 | 75 | 0 | 31 | 443 | 57 | 64 |
| Binary | 10101101 | 1001011 | 10111110 | 1001 | 111101 | 0 | 11001 | 100100011 | 101111 | 110100 |
Color Harmonies of #AD4BBE
Complementary color
Monochromatic Colors of #AD4BBE
Black with #AD4BBE
Text Example
Text Example
White with #AD4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BBE; }
p { color: rgb(173,75,190); }
H1.HeaderClassName
{
color: #AD4BBE;
}
.AnyTagClassName
{
color: #AD4BBE;
}
</style>
background-color css
<style>
a { background-color: #AD4BBE; }
a { background-color: rgb(173,75,190); }
div.DivClassName
{
background-color: #AD4BBE;
}
.BgClassName
{
background-color: #AD4BBE;
}
</style>
border-color css
<style>
span { border-color: #AD4BBE; }
span { border-color: rgb(173,75,190); }
td.TdClassName
{
border-color: #AD4BBE;
}
.TagClassName
{
border-color: #AD4BBE;
}
</style>