Shades of Fuchsia #AD3DB1
Tints of Fuchsia #AD3DB1
RGB
CMYK
RGB Variations
Color information
#AD3DB1 (or 0xAD3DB1) is known color: Fuchsia. HEX triplet: AD, 3D and B1. RGB value is (173,61,177). Sum of RGB (Red+Green+Blue) = 173+61+177=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD3DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3DB1 is #52C24E. Grayscale: #6B6B6B. Windows color (decimal): -5423695 or 11615661. OLE color: 11615661.
HSL color Cylindrical-coordinate representation of color #AD3DB1: hue angle of 297.93º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3DB1 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 61 | 177 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.31 |
| HSL | 297.93º | 0.49% | 0.47% | - |
| HSV(B) | 297.93º | 0.66% | 0.69% | - |
| XYZ | 26.84 | 15.4 | 43.15 | - |
| YUV | 107.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 177 | 0.02 | 0.66 | 0 | 0.31 | 297.93 | 0.49 | 0.47 |
| Hex | AD | 3D | B1 | 2 | 42 | 0 | 1F | 12A | 31 | 2F |
| Octal | 255 | 75 | 261 | 2 | 102 | 0 | 37 | 452 | 61 | 57 |
| Binary | 10101101 | 111101 | 10110001 | 10 | 1000010 | 0 | 11111 | 100101010 | 110001 | 101111 |
Color Harmonies of #AD3DB1
Complementary color
Monochromatic Colors of #AD3DB1
Black with #AD3DB1
Text Example
Text Example
White with #AD3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DB1; }
p { color: rgb(173,61,177); }
H1.HeaderClassName
{
color: #AD3DB1;
}
.AnyTagClassName
{
color: #AD3DB1;
}
</style>
background-color css
<style>
a { background-color: #AD3DB1; }
a { background-color: rgb(173,61,177); }
div.DivClassName
{
background-color: #AD3DB1;
}
.BgClassName
{
background-color: #AD3DB1;
}
</style>
border-color css
<style>
span { border-color: #AD3DB1; }
span { border-color: rgb(173,61,177); }
td.TdClassName
{
border-color: #AD3DB1;
}
.TagClassName
{
border-color: #AD3DB1;
}
</style>