Shades of Fuchsia #AD30A8
Tints of Fuchsia #AD30A8
RGB
CMYK
RGB Variations
Color information
#AD30A8 (or 0xAD30A8) is known color: Fuchsia. HEX triplet: AD, 30 and A8. RGB value is (173,48,168). Sum of RGB (Red+Green+Blue) = 173+48+168=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD30A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30A8 is #52CF57. Grayscale: #626262. Windows color (decimal): -5427032 or 11022509. OLE color: 11022509.
HSL color Cylindrical-coordinate representation of color #AD30A8: hue angle of 302.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD30A8 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 168 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.32 |
| HSL | 302.4º | 0.57% | 0.43% | - |
| HSV(B) | 302.4º | 0.72% | 0.68% | - |
| XYZ | 25.36 | 13.83 | 38.38 | - |
| YUV | 99.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 168 | 0 | 0.72 | 0.03 | 0.32 | 302.4 | 0.57 | 0.43 |
| Hex | AD | 30 | A8 | 0 | 48 | 3 | 20 | 12E | 39 | 2B |
| Octal | 255 | 60 | 250 | 0 | 110 | 3 | 40 | 456 | 71 | 53 |
| Binary | 10101101 | 110000 | 10101000 | 0 | 1001000 | 11 | 100000 | 100101110 | 111001 | 101011 |
Color Harmonies of #AD30A8
Complementary color
Monochromatic Colors of #AD30A8
Black with #AD30A8
Text Example
Text Example
White with #AD30A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30A8; }
p { color: rgb(173,48,168); }
H1.HeaderClassName
{
color: #AD30A8;
}
.AnyTagClassName
{
color: #AD30A8;
}
</style>
background-color css
<style>
a { background-color: #AD30A8; }
a { background-color: rgb(173,48,168); }
div.DivClassName
{
background-color: #AD30A8;
}
.BgClassName
{
background-color: #AD30A8;
}
</style>
border-color css
<style>
span { border-color: #AD30A8; }
span { border-color: rgb(173,48,168); }
td.TdClassName
{
border-color: #AD30A8;
}
.TagClassName
{
border-color: #AD30A8;
}
</style>