Shades of Fuchsia #AD3AAC
Tints of Fuchsia #AD3AAC
RGB
CMYK
RGB Variations
Color information
#AD3AAC (or 0xAD3AAC) is known color: Fuchsia. HEX triplet: AD, 3A and AC. RGB value is (173,58,172). Sum of RGB (Red+Green+Blue) = 173+58+172=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AAC is #52C553. Grayscale: #696969. Windows color (decimal): -5424468 or 11287213. OLE color: 11287213.
HSL color Cylindrical-coordinate representation of color #AD3AAC: hue angle of 300.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3AAC is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 172 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.32 |
| HSL | 300.52º | 0.5% | 0.45% | - |
| HSV(B) | 300.52º | 0.66% | 0.68% | - |
| XYZ | 26.19 | 14.89 | 40.52 | - |
| YUV | 105.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 172 | 0 | 0.66 | 0.01 | 0.32 | 300.52 | 0.5 | 0.45 |
| Hex | AD | 3A | AC | 0 | 42 | 1 | 20 | 12D | 32 | 2D |
| Octal | 255 | 72 | 254 | 0 | 102 | 1 | 40 | 455 | 62 | 55 |
| Binary | 10101101 | 111010 | 10101100 | 0 | 1000010 | 1 | 100000 | 100101101 | 110010 | 101101 |
Color Harmonies of #AD3AAC
Complementary color
Monochromatic Colors of #AD3AAC
Black with #AD3AAC
Text Example
Text Example
White with #AD3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AAC; }
p { color: rgb(173,58,172); }
H1.HeaderClassName
{
color: #AD3AAC;
}
.AnyTagClassName
{
color: #AD3AAC;
}
</style>
background-color css
<style>
a { background-color: #AD3AAC; }
a { background-color: rgb(173,58,172); }
div.DivClassName
{
background-color: #AD3AAC;
}
.BgClassName
{
background-color: #AD3AAC;
}
</style>
border-color css
<style>
span { border-color: #AD3AAC; }
span { border-color: rgb(173,58,172); }
td.TdClassName
{
border-color: #AD3AAC;
}
.TagClassName
{
border-color: #AD3AAC;
}
</style>