Shades of Fuchsia #AD4AAE
Tints of Fuchsia #AD4AAE
RGB
CMYK
RGB Variations
Color information
#AD4AAE (or 0xAD4AAE) is known color: Fuchsia. HEX triplet: AD, 4A and AE. RGB value is (173,74,174). Sum of RGB (Red+Green+Blue) = 173+74+174=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AAE is #52B551. Grayscale: #727272. Windows color (decimal): -5420370 or 11422381. OLE color: 11422381.
HSL color Cylindrical-coordinate representation of color #AD4AAE: hue angle of 299.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4AAE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 174 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.32 |
| HSL | 299.4º | 0.4% | 0.49% | - |
| HSV(B) | 299.4º | 0.57% | 0.68% | - |
| XYZ | 27.32 | 16.84 | 41.85 | - |
| YUV | 115 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 174 | 0.01 | 0.57 | 0 | 0.32 | 299.4 | 0.4 | 0.49 |
| Hex | AD | 4A | AE | 1 | 39 | 0 | 20 | 12B | 28 | 31 |
| Octal | 255 | 112 | 256 | 1 | 71 | 0 | 40 | 453 | 50 | 61 |
| Binary | 10101101 | 1001010 | 10101110 | 1 | 111001 | 0 | 100000 | 100101011 | 101000 | 110001 |
Color Harmonies of #AD4AAE
Complementary color
Monochromatic Colors of #AD4AAE
Black with #AD4AAE
Text Example
Text Example
White with #AD4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AAE; }
p { color: rgb(173,74,174); }
H1.HeaderClassName
{
color: #AD4AAE;
}
.AnyTagClassName
{
color: #AD4AAE;
}
</style>
background-color css
<style>
a { background-color: #AD4AAE; }
a { background-color: rgb(173,74,174); }
div.DivClassName
{
background-color: #AD4AAE;
}
.BgClassName
{
background-color: #AD4AAE;
}
</style>
border-color css
<style>
span { border-color: #AD4AAE; }
span { border-color: rgb(173,74,174); }
td.TdClassName
{
border-color: #AD4AAE;
}
.TagClassName
{
border-color: #AD4AAE;
}
</style>