Shades of Fuchsia #AD42B4
Tints of Fuchsia #AD42B4
RGB
CMYK
RGB Variations
Color information
#AD42B4 (or 0xAD42B4) is known color: Fuchsia. HEX triplet: AD, 42 and B4. RGB value is (173,66,180). Sum of RGB (Red+Green+Blue) = 173+66+180=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD42B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42B4 is #52BD4B. Grayscale: #6E6E6E. Windows color (decimal): -5422412 or 11813549. OLE color: 11813549.
HSL color Cylindrical-coordinate representation of color #AD42B4: hue angle of 296.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD42B4 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 66 | 180 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.29 |
| HSL | 296.32º | 0.46% | 0.48% | - |
| HSV(B) | 296.32º | 0.63% | 0.71% | - |
| XYZ | 27.42 | 16.08 | 44.84 | - |
| YUV | 110.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 180 | 0.04 | 0.63 | 0 | 0.29 | 296.32 | 0.46 | 0.48 |
| Hex | AD | 42 | B4 | 4 | 3F | 0 | 1D | 128 | 2E | 30 |
| Octal | 255 | 102 | 264 | 4 | 77 | 0 | 35 | 450 | 56 | 60 |
| Binary | 10101101 | 1000010 | 10110100 | 100 | 111111 | 0 | 11101 | 100101000 | 101110 | 110000 |
Color Harmonies of #AD42B4
Complementary color
Monochromatic Colors of #AD42B4
Black with #AD42B4
Text Example
Text Example
White with #AD42B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42B4; }
p { color: rgb(173,66,180); }
H1.HeaderClassName
{
color: #AD42B4;
}
.AnyTagClassName
{
color: #AD42B4;
}
</style>
background-color css
<style>
a { background-color: #AD42B4; }
a { background-color: rgb(173,66,180); }
div.DivClassName
{
background-color: #AD42B4;
}
.BgClassName
{
background-color: #AD42B4;
}
</style>
border-color css
<style>
span { border-color: #AD42B4; }
span { border-color: rgb(173,66,180); }
td.TdClassName
{
border-color: #AD42B4;
}
.TagClassName
{
border-color: #AD42B4;
}
</style>