Shades of Fuchsia #AD3AAF
Tints of Fuchsia #AD3AAF
RGB
CMYK
RGB Variations
Color information
#AD3AAF (or 0xAD3AAF) is known color: Fuchsia. HEX triplet: AD, 3A and AF. RGB value is (173,58,175). Sum of RGB (Red+Green+Blue) = 173+58+175=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AAF is #52C550. Grayscale: #696969. Windows color (decimal): -5424465 or 11483821. OLE color: 11483821.
HSL color Cylindrical-coordinate representation of color #AD3AAF: hue angle of 298.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3AAF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 58 | 175 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.31 |
| HSL | 298.97º | 0.5% | 0.46% | - |
| HSV(B) | 298.97º | 0.67% | 0.69% | - |
| XYZ | 26.48 | 15.01 | 42.06 | - |
| YUV | 105.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 175 | 0.01 | 0.67 | 0 | 0.31 | 298.97 | 0.5 | 0.46 |
| Hex | AD | 3A | AF | 1 | 43 | 0 | 1F | 12B | 32 | 2E |
| Octal | 255 | 72 | 257 | 1 | 103 | 0 | 37 | 453 | 62 | 56 |
| Binary | 10101101 | 111010 | 10101111 | 1 | 1000011 | 0 | 11111 | 100101011 | 110010 | 101110 |
Color Harmonies of #AD3AAF
Complementary color
Monochromatic Colors of #AD3AAF
Black with #AD3AAF
Text Example
Text Example
White with #AD3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AAF; }
p { color: rgb(173,58,175); }
H1.HeaderClassName
{
color: #AD3AAF;
}
.AnyTagClassName
{
color: #AD3AAF;
}
</style>
background-color css
<style>
a { background-color: #AD3AAF; }
a { background-color: rgb(173,58,175); }
div.DivClassName
{
background-color: #AD3AAF;
}
.BgClassName
{
background-color: #AD3AAF;
}
</style>
border-color css
<style>
span { border-color: #AD3AAF; }
span { border-color: rgb(173,58,175); }
td.TdClassName
{
border-color: #AD3AAF;
}
.TagClassName
{
border-color: #AD3AAF;
}
</style>