Shades of Fuchsia #AD3CAA
Tints of Fuchsia #AD3CAA
RGB
CMYK
RGB Variations
Color information
#AD3CAA (or 0xAD3CAA) is known color: Fuchsia. HEX triplet: AD, 3C and AA. RGB value is (173,60,170). Sum of RGB (Red+Green+Blue) = 173+60+170=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CAA is #52C355. Grayscale: #6A6A6A. Windows color (decimal): -5423958 or 11156653. OLE color: 11156653.
HSL color Cylindrical-coordinate representation of color #AD3CAA: hue angle of 301.59º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3CAA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 170 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.32 |
| HSL | 301.59º | 0.48% | 0.46% | - |
| HSV(B) | 301.59º | 0.65% | 0.68% | - |
| XYZ | 26.11 | 15.02 | 39.55 | - |
| YUV | 106.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 170 | 0 | 0.65 | 0.02 | 0.32 | 301.59 | 0.48 | 0.46 |
| Hex | AD | 3C | AA | 0 | 41 | 2 | 20 | 12E | 30 | 2E |
| Octal | 255 | 74 | 252 | 0 | 101 | 2 | 40 | 456 | 60 | 56 |
| Binary | 10101101 | 111100 | 10101010 | 0 | 1000001 | 10 | 100000 | 100101110 | 110000 | 101110 |
Color Harmonies of #AD3CAA
Complementary color
Monochromatic Colors of #AD3CAA
Black with #AD3CAA
Text Example
Text Example
White with #AD3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CAA; }
p { color: rgb(173,60,170); }
H1.HeaderClassName
{
color: #AD3CAA;
}
.AnyTagClassName
{
color: #AD3CAA;
}
</style>
background-color css
<style>
a { background-color: #AD3CAA; }
a { background-color: rgb(173,60,170); }
div.DivClassName
{
background-color: #AD3CAA;
}
.BgClassName
{
background-color: #AD3CAA;
}
</style>
border-color css
<style>
span { border-color: #AD3CAA; }
span { border-color: rgb(173,60,170); }
td.TdClassName
{
border-color: #AD3CAA;
}
.TagClassName
{
border-color: #AD3CAA;
}
</style>