Shades of Fuchsia #AD38B7
Tints of Fuchsia #AD38B7
RGB
CMYK
RGB Variations
Color information
#AD38B7 (or 0xAD38B7) is known color: Fuchsia. HEX triplet: AD, 38 and B7. RGB value is (173,56,183). Sum of RGB (Red+Green+Blue) = 173+56+183=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD38B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38B7 is #52C748. Grayscale: #696969. Windows color (decimal): -5424969 or 12007597. OLE color: 12007597.
HSL color Cylindrical-coordinate representation of color #AD38B7: hue angle of 295.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD38B7 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 56 | 183 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.28 |
| HSL | 295.28º | 0.53% | 0.47% | - |
| HSV(B) | 295.28º | 0.69% | 0.72% | - |
| XYZ | 27.2 | 15.13 | 46.29 | - |
| YUV | 105.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 183 | 0.05 | 0.69 | 0 | 0.28 | 295.28 | 0.53 | 0.47 |
| Hex | AD | 38 | B7 | 5 | 45 | 0 | 1C | 127 | 35 | 2F |
| Octal | 255 | 70 | 267 | 5 | 105 | 0 | 34 | 447 | 65 | 57 |
| Binary | 10101101 | 111000 | 10110111 | 101 | 1000101 | 0 | 11100 | 100100111 | 110101 | 101111 |
Color Harmonies of #AD38B7
Complementary color
Monochromatic Colors of #AD38B7
Black with #AD38B7
Text Example
Text Example
White with #AD38B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38B7; }
p { color: rgb(173,56,183); }
H1.HeaderClassName
{
color: #AD38B7;
}
.AnyTagClassName
{
color: #AD38B7;
}
</style>
background-color css
<style>
a { background-color: #AD38B7; }
a { background-color: rgb(173,56,183); }
div.DivClassName
{
background-color: #AD38B7;
}
.BgClassName
{
background-color: #AD38B7;
}
</style>
border-color css
<style>
span { border-color: #AD38B7; }
span { border-color: rgb(173,56,183); }
td.TdClassName
{
border-color: #AD38B7;
}
.TagClassName
{
border-color: #AD38B7;
}
</style>