Shades of Fuchsia #AD38AF
Tints of Fuchsia #AD38AF
RGB
CMYK
RGB Variations
Color information
#AD38AF (or 0xAD38AF) is known color: Fuchsia. HEX triplet: AD, 38 and AF. RGB value is (173,56,175). Sum of RGB (Red+Green+Blue) = 173+56+175=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD38AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD38AF is #52C750. Grayscale: #686868. Windows color (decimal): -5424977 or 11483309. OLE color: 11483309.
HSL color Cylindrical-coordinate representation of color #AD38AF: hue angle of 298.99º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD38AF is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 56 | 175 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.31 |
| HSL | 298.99º | 0.52% | 0.45% | - |
| HSV(B) | 298.99º | 0.68% | 0.69% | - |
| XYZ | 26.39 | 14.81 | 42.02 | - |
| YUV | 104.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 175 | 0.01 | 0.68 | 0 | 0.31 | 298.99 | 0.52 | 0.45 |
| Hex | AD | 38 | AF | 1 | 44 | 0 | 1F | 12B | 34 | 2D |
| Octal | 255 | 70 | 257 | 1 | 104 | 0 | 37 | 453 | 64 | 55 |
| Binary | 10101101 | 111000 | 10101111 | 1 | 1000100 | 0 | 11111 | 100101011 | 110100 | 101101 |
Color Harmonies of #AD38AF
Complementary color
Monochromatic Colors of #AD38AF
Black with #AD38AF
Text Example
Text Example
White with #AD38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38AF; }
p { color: rgb(173,56,175); }
H1.HeaderClassName
{
color: #AD38AF;
}
.AnyTagClassName
{
color: #AD38AF;
}
</style>
background-color css
<style>
a { background-color: #AD38AF; }
a { background-color: rgb(173,56,175); }
div.DivClassName
{
background-color: #AD38AF;
}
.BgClassName
{
background-color: #AD38AF;
}
</style>
border-color css
<style>
span { border-color: #AD38AF; }
span { border-color: rgb(173,56,175); }
td.TdClassName
{
border-color: #AD38AF;
}
.TagClassName
{
border-color: #AD38AF;
}
</style>