Shades of Fuchsia #AD5DB5
Tints of Fuchsia #AD5DB5
RGB
CMYK
RGB Variations
Color information
#AD5DB5 (or 0xAD5DB5) is known color: Fuchsia. HEX triplet: AD, 5D and B5. RGB value is (173,93,181). Sum of RGB (Red+Green+Blue) = 173+93+181=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD5DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DB5 is #52A24A. Grayscale: #7E7E7E. Windows color (decimal): -5415499 or 11885997. OLE color: 11885997.
HSL color Cylindrical-coordinate representation of color #AD5DB5: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5DB5 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 93 | 181 | - |
CMYK | 0.04 | 0.49 | 0 | 0.29 |
HSL | 294.55º | 0.37% | 0.54% | - |
HSV(B) | 294.55º | 0.49% | 0.71% | - |
XYZ | 29.49 | 20.05 | 46.03 | - |
YUV | 126.95 | 158.5 | 160.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 93 | 181 | 0.04 | 0.49 | 0 | 0.29 | 294.55 | 0.37 | 0.54 |
Hex | AD | 5D | B5 | 4 | 31 | 0 | 1D | 127 | 25 | 36 |
Octal | 255 | 135 | 265 | 4 | 61 | 0 | 35 | 447 | 45 | 66 |
Binary | 10101101 | 1011101 | 10110101 | 100 | 110001 | 0 | 11101 | 100100111 | 100101 | 110110 |
Color Harmonies of #AD5DB5
Complementary color
Monochromatic Colors of #AD5DB5
Black with #AD5DB5
Text Example
Text Example
White with #AD5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DB5; }
p { color: rgb(173,93,181); }
H1.HeaderClassName
{
color: #AD5DB5;
}
.AnyTagClassName
{
color: #AD5DB5;
}
</style>
background-color css
<style>
a { background-color: #AD5DB5; }
a { background-color: rgb(173,93,181); }
div.DivClassName
{
background-color: #AD5DB5;
}
.BgClassName
{
background-color: #AD5DB5;
}
</style>
border-color css
<style>
span { border-color: #AD5DB5; }
span { border-color: rgb(173,93,181); }
td.TdClassName
{
border-color: #AD5DB5;
}
.TagClassName
{
border-color: #AD5DB5;
}
</style>