Shades of Fuchsia #AD5DBB
Tints of Fuchsia #AD5DBB
RGB
CMYK
RGB Variations
Color information
#AD5DBB (or 0xAD5DBB) is known color: Fuchsia. HEX triplet: AD, 5D and BB. RGB value is (173,93,187). Sum of RGB (Red+Green+Blue) = 173+93+187=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD5DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DBB is #52A244. Grayscale: #7F7F7F. Windows color (decimal): -5415493 or 12279213. OLE color: 12279213.
HSL color Cylindrical-coordinate representation of color #AD5DBB: hue angle of 291.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5DBB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 93 | 187 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.27 |
| HSL | 291.06º | 0.41% | 0.55% | - |
| HSV(B) | 291.06º | 0.5% | 0.73% | - |
| XYZ | 30.12 | 20.3 | 49.34 | - |
| YUV | 127.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 187 | 0.07 | 0.50 | 0 | 0.27 | 291.06 | 0.41 | 0.55 |
| Hex | AD | 5D | BB | 7 | 32 | 0 | 1B | 123 | 29 | 37 |
| Octal | 255 | 135 | 273 | 7 | 62 | 0 | 33 | 443 | 51 | 67 |
| Binary | 10101101 | 1011101 | 10111011 | 111 | 110010 | 0 | 11011 | 100100011 | 101001 | 110111 |
Color Harmonies of #AD5DBB
Complementary color
Monochromatic Colors of #AD5DBB
Black with #AD5DBB
Text Example
Text Example
White with #AD5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DBB; }
p { color: rgb(173,93,187); }
H1.HeaderClassName
{
color: #AD5DBB;
}
.AnyTagClassName
{
color: #AD5DBB;
}
</style>
background-color css
<style>
a { background-color: #AD5DBB; }
a { background-color: rgb(173,93,187); }
div.DivClassName
{
background-color: #AD5DBB;
}
.BgClassName
{
background-color: #AD5DBB;
}
</style>
border-color css
<style>
span { border-color: #AD5DBB; }
span { border-color: rgb(173,93,187); }
td.TdClassName
{
border-color: #AD5DBB;
}
.TagClassName
{
border-color: #AD5DBB;
}
</style>