Shades of Fuchsia #AD3BB1
Tints of Fuchsia #AD3BB1
RGB
CMYK
RGB Variations
Color information
#AD3BB1 (or 0xAD3BB1) is known color: Fuchsia. HEX triplet: AD, 3B and B1. RGB value is (173,59,177). Sum of RGB (Red+Green+Blue) = 173+59+177=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD3BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3BB1 is #52C44E. Grayscale: #6A6A6A. Windows color (decimal): -5424207 or 11615149. OLE color: 11615149.
HSL color Cylindrical-coordinate representation of color #AD3BB1: hue angle of 297.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 #AD3BB1 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 59 | 177 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.31 |
| HSL | 297.97º | 0.5% | 0.46% | - |
| HSV(B) | 297.97º | 0.67% | 0.69% | - |
| XYZ | 26.73 | 15.19 | 43.12 | - |
| YUV | 106.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 177 | 0.02 | 0.67 | 0 | 0.31 | 297.97 | 0.5 | 0.46 |
| Hex | AD | 3B | B1 | 2 | 43 | 0 | 1F | 12A | 32 | 2E |
| Octal | 255 | 73 | 261 | 2 | 103 | 0 | 37 | 452 | 62 | 56 |
| Binary | 10101101 | 111011 | 10110001 | 10 | 1000011 | 0 | 11111 | 100101010 | 110010 | 101110 |
Color Harmonies of #AD3BB1
Complementary color
Monochromatic Colors of #AD3BB1
Black with #AD3BB1
Text Example
Text Example
White with #AD3BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BB1; }
p { color: rgb(173,59,177); }
H1.HeaderClassName
{
color: #AD3BB1;
}
.AnyTagClassName
{
color: #AD3BB1;
}
</style>
background-color css
<style>
a { background-color: #AD3BB1; }
a { background-color: rgb(173,59,177); }
div.DivClassName
{
background-color: #AD3BB1;
}
.BgClassName
{
background-color: #AD3BB1;
}
</style>
border-color css
<style>
span { border-color: #AD3BB1; }
span { border-color: rgb(173,59,177); }
td.TdClassName
{
border-color: #AD3BB1;
}
.TagClassName
{
border-color: #AD3BB1;
}
</style>