Shades of Fuchsia #AF44AB
Tints of Fuchsia #AF44AB
RGB
CMYK
RGB Variations
Color information
#AF44AB (or 0xAF44AB) is known color: Fuchsia. HEX triplet: AF, 44 and AB. RGB value is (175,68,171). Sum of RGB (Red+Green+Blue) = 175+68+171=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF44AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF44AB is #50BB54. Grayscale: #6F6F6F. Windows color (decimal): -5290837 or 11224239. OLE color: 11224239.
HSL color Cylindrical-coordinate representation of color #AF44AB: hue angle of 302.24º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF44AB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 171 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.31 |
| HSL | 302.24º | 0.44% | 0.48% | - |
| HSV(B) | 302.24º | 0.61% | 0.69% | - |
| XYZ | 27.1 | 16.19 | 40.22 | - |
| YUV | 111.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 171 | 0 | 0.61 | 0.02 | 0.31 | 302.24 | 0.44 | 0.48 |
| Hex | AF | 44 | AB | 0 | 3D | 2 | 1F | 12E | 2C | 30 |
| Octal | 257 | 104 | 253 | 0 | 75 | 2 | 37 | 456 | 54 | 60 |
| Binary | 10101111 | 1000100 | 10101011 | 0 | 111101 | 10 | 11111 | 100101110 | 101100 | 110000 |
Color Harmonies of #AF44AB
Complementary color
Monochromatic Colors of #AF44AB
Black with #AF44AB
Text Example
Text Example
White with #AF44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44AB; }
p { color: rgb(175,68,171); }
H1.HeaderClassName
{
color: #AF44AB;
}
.AnyTagClassName
{
color: #AF44AB;
}
</style>
background-color css
<style>
a { background-color: #AF44AB; }
a { background-color: rgb(175,68,171); }
div.DivClassName
{
background-color: #AF44AB;
}
.BgClassName
{
background-color: #AF44AB;
}
</style>
border-color css
<style>
span { border-color: #AF44AB; }
span { border-color: rgb(175,68,171); }
td.TdClassName
{
border-color: #AF44AB;
}
.TagClassName
{
border-color: #AF44AB;
}
</style>