Shades of Fuchsia #AD4BBA
Tints of Fuchsia #AD4BBA
RGB
CMYK
RGB Variations
Color information
#AD4BBA (or 0xAD4BBA) is known color: Fuchsia. HEX triplet: AD, 4B and BA. RGB value is (173,75,186). Sum of RGB (Red+Green+Blue) = 173+75+186=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD4BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BBA is #52B445. Grayscale: #747474. Windows color (decimal): -5420102 or 12209069. OLE color: 12209069.
HSL color Cylindrical-coordinate representation of color #AD4BBA: hue angle of 292.97º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4BBA is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 75 | 186 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.27 |
| HSL | 292.97º | 0.45% | 0.51% | - |
| HSV(B) | 292.97º | 0.6% | 0.73% | - |
| XYZ | 28.61 | 17.46 | 48.32 | - |
| YUV | 116.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 186 | 0.07 | 0.60 | 0 | 0.27 | 292.97 | 0.45 | 0.51 |
| Hex | AD | 4B | BA | 7 | 3C | 0 | 1B | 125 | 2D | 33 |
| Octal | 255 | 113 | 272 | 7 | 74 | 0 | 33 | 445 | 55 | 63 |
| Binary | 10101101 | 1001011 | 10111010 | 111 | 111100 | 0 | 11011 | 100100101 | 101101 | 110011 |
Color Harmonies of #AD4BBA
Complementary color
Monochromatic Colors of #AD4BBA
Black with #AD4BBA
Text Example
Text Example
White with #AD4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BBA; }
p { color: rgb(173,75,186); }
H1.HeaderClassName
{
color: #AD4BBA;
}
.AnyTagClassName
{
color: #AD4BBA;
}
</style>
background-color css
<style>
a { background-color: #AD4BBA; }
a { background-color: rgb(173,75,186); }
div.DivClassName
{
background-color: #AD4BBA;
}
.BgClassName
{
background-color: #AD4BBA;
}
</style>
border-color css
<style>
span { border-color: #AD4BBA; }
span { border-color: rgb(173,75,186); }
td.TdClassName
{
border-color: #AD4BBA;
}
.TagClassName
{
border-color: #AD4BBA;
}
</style>