Shades of Fuchsia #AD36AD
Tints of Fuchsia #AD36AD
RGB
CMYK
RGB Variations
Color information
#AD36AD (or 0xAD36AD) is known color: Fuchsia. HEX triplet: AD, 36 and AD. RGB value is (173,54,173). Sum of RGB (Red+Green+Blue) = 173+54+173=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD36AD is #52C952. Grayscale: #666666. Windows color (decimal): -5425491 or 11351725. OLE color: 11351725.
HSL color Cylindrical-coordinate representation of color #AD36AD: hue angle of 300º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD36AD is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 173 | - |
| CMYK | 0 | 0.69 | 0 | 0.32 |
| HSL | 300º | 0.52% | 0.45% | - |
| HSV(B) | 300º | 0.69% | 0.68% | - |
| XYZ | 26.1 | 14.54 | 40.97 | - |
| YUV | 103.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 173 | 0 | 0.69 | 0 | 0.32 | 300 | 0.52 | 0.45 |
| Hex | AD | 36 | AD | 0 | 45 | 0 | 20 | 12C | 34 | 2D |
| Octal | 255 | 66 | 255 | 0 | 105 | 0 | 40 | 454 | 64 | 55 |
| Binary | 10101101 | 110110 | 10101101 | 0 | 1000101 | 0 | 100000 | 100101100 | 110100 | 101101 |
Color Harmonies of #AD36AD
Complementary color
Monochromatic Colors of #AD36AD
Black with #AD36AD
Text Example
Text Example
White with #AD36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36AD; }
p { color: rgb(173,54,173); }
H1.HeaderClassName
{
color: #AD36AD;
}
.AnyTagClassName
{
color: #AD36AD;
}
</style>
background-color css
<style>
a { background-color: #AD36AD; }
a { background-color: rgb(173,54,173); }
div.DivClassName
{
background-color: #AD36AD;
}
.BgClassName
{
background-color: #AD36AD;
}
</style>
border-color css
<style>
span { border-color: #AD36AD; }
span { border-color: rgb(173,54,173); }
td.TdClassName
{
border-color: #AD36AD;
}
.TagClassName
{
border-color: #AD36AD;
}
</style>