Shades of Fuchsia #AD34AF
Tints of Fuchsia #AD34AF
RGB
CMYK
RGB Variations
Color information
#AD34AF (or 0xAD34AF) is known color: Fuchsia. HEX triplet: AD, 34 and AF. RGB value is (173,52,175). Sum of RGB (Red+Green+Blue) = 173+52+175=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34AF is #52CB50. Grayscale: #656565. Windows color (decimal): -5426001 or 11482285. OLE color: 11482285.
HSL color Cylindrical-coordinate representation of color #AD34AF: hue angle of 299.02º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD34AF is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 52 | 175 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.31 |
| HSL | 299.02º | 0.54% | 0.45% | - |
| HSV(B) | 299.02º | 0.7% | 0.69% | - |
| XYZ | 26.2 | 14.44 | 41.96 | - |
| YUV | 102.2 | 169.09 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 175 | 0.01 | 0.70 | 0 | 0.31 | 299.02 | 0.54 | 0.45 |
| Hex | AD | 34 | AF | 1 | 46 | 0 | 1F | 12B | 36 | 2D |
| Octal | 255 | 64 | 257 | 1 | 106 | 0 | 37 | 453 | 66 | 55 |
| Binary | 10101101 | 110100 | 10101111 | 1 | 1000110 | 0 | 11111 | 100101011 | 110110 | 101101 |
Color Harmonies of #AD34AF
Complementary color
Monochromatic Colors of #AD34AF
Black with #AD34AF
Text Example
Text Example
White with #AD34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34AF; }
p { color: rgb(173,52,175); }
H1.HeaderClassName
{
color: #AD34AF;
}
.AnyTagClassName
{
color: #AD34AF;
}
</style>
background-color css
<style>
a { background-color: #AD34AF; }
a { background-color: rgb(173,52,175); }
div.DivClassName
{
background-color: #AD34AF;
}
.BgClassName
{
background-color: #AD34AF;
}
</style>
border-color css
<style>
span { border-color: #AD34AF; }
span { border-color: rgb(173,52,175); }
td.TdClassName
{
border-color: #AD34AF;
}
.TagClassName
{
border-color: #AD34AF;
}
</style>