Shades of Fuchsia #AD3AB7
Tints of Fuchsia #AD3AB7
RGB
CMYK
RGB Variations
Color information
#AD3AB7 (or 0xAD3AB7) is known color: Fuchsia. HEX triplet: AD, 3A and B7. RGB value is (173,58,183). Sum of RGB (Red+Green+Blue) = 173+58+183=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AB7 is #52C548. Grayscale: #6A6A6A. Windows color (decimal): -5424457 or 12008109. OLE color: 12008109.
HSL color Cylindrical-coordinate representation of color #AD3AB7: hue angle of 295.2º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3AB7 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 58 | 183 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.28 |
| HSL | 295.2º | 0.52% | 0.47% | - |
| HSV(B) | 295.2º | 0.68% | 0.72% | - |
| XYZ | 27.29 | 15.33 | 46.32 | - |
| YUV | 106.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 183 | 0.05 | 0.68 | 0 | 0.28 | 295.2 | 0.52 | 0.47 |
| Hex | AD | 3A | B7 | 5 | 44 | 0 | 1C | 127 | 34 | 2F |
| Octal | 255 | 72 | 267 | 5 | 104 | 0 | 34 | 447 | 64 | 57 |
| Binary | 10101101 | 111010 | 10110111 | 101 | 1000100 | 0 | 11100 | 100100111 | 110100 | 101111 |
Color Harmonies of #AD3AB7
Complementary color
Monochromatic Colors of #AD3AB7
Black with #AD3AB7
Text Example
Text Example
White with #AD3AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AB7; }
p { color: rgb(173,58,183); }
H1.HeaderClassName
{
color: #AD3AB7;
}
.AnyTagClassName
{
color: #AD3AB7;
}
</style>
background-color css
<style>
a { background-color: #AD3AB7; }
a { background-color: rgb(173,58,183); }
div.DivClassName
{
background-color: #AD3AB7;
}
.BgClassName
{
background-color: #AD3AB7;
}
</style>
border-color css
<style>
span { border-color: #AD3AB7; }
span { border-color: rgb(173,58,183); }
td.TdClassName
{
border-color: #AD3AB7;
}
.TagClassName
{
border-color: #AD3AB7;
}
</style>