Shades of Fuchsia #AD62BA
Tints of Fuchsia #AD62BA
RGB
CMYK
RGB Variations
Color information
#AD62BA (or 0xAD62BA) is known color: Fuchsia. HEX triplet: AD, 62 and BA. RGB value is (173,98,186). Sum of RGB (Red+Green+Blue) = 173+98+186=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62BA is #529D45. Grayscale: #828282. Windows color (decimal): -5414214 or 12214957. OLE color: 12214957.
HSL color Cylindrical-coordinate representation of color #AD62BA: hue angle of 291.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD62BA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 98 | 186 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.27 |
| HSL | 291.14º | 0.39% | 0.56% | - |
| HSV(B) | 291.14º | 0.47% | 0.73% | - |
| XYZ | 30.46 | 21.16 | 48.93 | - |
| YUV | 130.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 186 | 0.07 | 0.47 | 0 | 0.27 | 291.14 | 0.39 | 0.56 |
| Hex | AD | 62 | BA | 7 | 2F | 0 | 1B | 123 | 27 | 38 |
| Octal | 255 | 142 | 272 | 7 | 57 | 0 | 33 | 443 | 47 | 70 |
| Binary | 10101101 | 1100010 | 10111010 | 111 | 101111 | 0 | 11011 | 100100011 | 100111 | 111000 |
Color Harmonies of #AD62BA
Complementary color
Monochromatic Colors of #AD62BA
Black with #AD62BA
Text Example
Text Example
White with #AD62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62BA; }
p { color: rgb(173,98,186); }
H1.HeaderClassName
{
color: #AD62BA;
}
.AnyTagClassName
{
color: #AD62BA;
}
</style>
background-color css
<style>
a { background-color: #AD62BA; }
a { background-color: rgb(173,98,186); }
div.DivClassName
{
background-color: #AD62BA;
}
.BgClassName
{
background-color: #AD62BA;
}
</style>
border-color css
<style>
span { border-color: #AD62BA; }
span { border-color: rgb(173,98,186); }
td.TdClassName
{
border-color: #AD62BA;
}
.TagClassName
{
border-color: #AD62BA;
}
</style>