Shades of Fuchsia #AD2DAA
Tints of Fuchsia #AD2DAA
RGB
CMYK
RGB Variations
Color information
#AD2DAA (or 0xAD2DAA) is known color: Fuchsia. HEX triplet: AD, 2D and AA. RGB value is (173,45,170). Sum of RGB (Red+Green+Blue) = 173+45+170=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2DAA is #52D255. Grayscale: #616161. Windows color (decimal): -5427798 or 11152813. OLE color: 11152813.
HSL color Cylindrical-coordinate representation of color #AD2DAA: hue angle of 301.41º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2DAA is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 170 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.32 |
| HSL | 301.41º | 0.59% | 0.43% | - |
| HSV(B) | 301.41º | 0.74% | 0.68% | - |
| XYZ | 25.43 | 13.66 | 39.33 | - |
| YUV | 97.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 170 | 0 | 0.74 | 0.02 | 0.32 | 301.41 | 0.59 | 0.43 |
| Hex | AD | 2D | AA | 0 | 4A | 2 | 20 | 12D | 3B | 2B |
| Octal | 255 | 55 | 252 | 0 | 112 | 2 | 40 | 455 | 73 | 53 |
| Binary | 10101101 | 101101 | 10101010 | 0 | 1001010 | 10 | 100000 | 100101101 | 111011 | 101011 |
Color Harmonies of #AD2DAA
Complementary color
Monochromatic Colors of #AD2DAA
Black with #AD2DAA
Text Example
Text Example
White with #AD2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DAA; }
p { color: rgb(173,45,170); }
H1.HeaderClassName
{
color: #AD2DAA;
}
.AnyTagClassName
{
color: #AD2DAA;
}
</style>
background-color css
<style>
a { background-color: #AD2DAA; }
a { background-color: rgb(173,45,170); }
div.DivClassName
{
background-color: #AD2DAA;
}
.BgClassName
{
background-color: #AD2DAA;
}
</style>
border-color css
<style>
span { border-color: #AD2DAA; }
span { border-color: rgb(173,45,170); }
td.TdClassName
{
border-color: #AD2DAA;
}
.TagClassName
{
border-color: #AD2DAA;
}
</style>