Shades of Fuchsia #AD38AA
Tints of Fuchsia #AD38AA
RGB
CMYK
RGB Variations
Color information
#AD38AA (or 0xAD38AA) is known color: Fuchsia. HEX triplet: AD, 38 and AA. RGB value is (173,56,170). Sum of RGB (Red+Green+Blue) = 173+56+170=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD38AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD38AA is #52C755. Grayscale: #676767. Windows color (decimal): -5424982 or 11155629. OLE color: 11155629.
HSL color Cylindrical-coordinate representation of color #AD38AA: hue angle of 301.54º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD38AA is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 170 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.32 |
| HSL | 301.54º | 0.51% | 0.45% | - |
| HSV(B) | 301.54º | 0.68% | 0.68% | - |
| XYZ | 25.9 | 14.61 | 39.49 | - |
| YUV | 103.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 170 | 0 | 0.68 | 0.02 | 0.32 | 301.54 | 0.51 | 0.45 |
| Hex | AD | 38 | AA | 0 | 44 | 2 | 20 | 12E | 33 | 2D |
| Octal | 255 | 70 | 252 | 0 | 104 | 2 | 40 | 456 | 63 | 55 |
| Binary | 10101101 | 111000 | 10101010 | 0 | 1000100 | 10 | 100000 | 100101110 | 110011 | 101101 |
Color Harmonies of #AD38AA
Complementary color
Monochromatic Colors of #AD38AA
Black with #AD38AA
Text Example
Text Example
White with #AD38AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38AA; }
p { color: rgb(173,56,170); }
H1.HeaderClassName
{
color: #AD38AA;
}
.AnyTagClassName
{
color: #AD38AA;
}
</style>
background-color css
<style>
a { background-color: #AD38AA; }
a { background-color: rgb(173,56,170); }
div.DivClassName
{
background-color: #AD38AA;
}
.BgClassName
{
background-color: #AD38AA;
}
</style>
border-color css
<style>
span { border-color: #AD38AA; }
span { border-color: rgb(173,56,170); }
td.TdClassName
{
border-color: #AD38AA;
}
.TagClassName
{
border-color: #AD38AA;
}
</style>