Shades of Fuchsia #AD42AF
Tints of Fuchsia #AD42AF
RGB
CMYK
RGB Variations
Color information
#AD42AF (or 0xAD42AF) is known color: Fuchsia. HEX triplet: AD, 42 and AF. RGB value is (173,66,175). Sum of RGB (Red+Green+Blue) = 173+66+175=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD42AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD42AF is #52BD50. Grayscale: #6E6E6E. Windows color (decimal): -5422417 or 11485869. OLE color: 11485869.
HSL color Cylindrical-coordinate representation of color #AD42AF: hue angle of 298.9º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD42AF is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 66 | 175 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.31 |
| HSL | 298.9º | 0.45% | 0.47% | - |
| HSV(B) | 298.9º | 0.62% | 0.69% | - |
| XYZ | 26.92 | 15.88 | 42.2 | - |
| YUV | 110.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 175 | 0.01 | 0.62 | 0 | 0.31 | 298.9 | 0.45 | 0.47 |
| Hex | AD | 42 | AF | 1 | 3E | 0 | 1F | 12B | 2D | 2F |
| Octal | 255 | 102 | 257 | 1 | 76 | 0 | 37 | 453 | 55 | 57 |
| Binary | 10101101 | 1000010 | 10101111 | 1 | 111110 | 0 | 11111 | 100101011 | 101101 | 101111 |
Color Harmonies of #AD42AF
Complementary color
Monochromatic Colors of #AD42AF
Black with #AD42AF
Text Example
Text Example
White with #AD42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42AF; }
p { color: rgb(173,66,175); }
H1.HeaderClassName
{
color: #AD42AF;
}
.AnyTagClassName
{
color: #AD42AF;
}
</style>
background-color css
<style>
a { background-color: #AD42AF; }
a { background-color: rgb(173,66,175); }
div.DivClassName
{
background-color: #AD42AF;
}
.BgClassName
{
background-color: #AD42AF;
}
</style>
border-color css
<style>
span { border-color: #AD42AF; }
span { border-color: rgb(173,66,175); }
td.TdClassName
{
border-color: #AD42AF;
}
.TagClassName
{
border-color: #AD42AF;
}
</style>