Shades of Fuchsia #AF45AB
Tints of Fuchsia #AF45AB
RGB
CMYK
RGB Variations
Color information
#AF45AB (or 0xAF45AB) is known color: Fuchsia. HEX triplet: AF, 45 and AB. RGB value is (175,69,171). Sum of RGB (Red+Green+Blue) = 175+69+171=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF45AB is #50BA54. Grayscale: #707070. Windows color (decimal): -5290581 or 11224495. OLE color: 11224495.
HSL color Cylindrical-coordinate representation of color #AF45AB: hue angle of 302.26º degrees, saturation: 0.43, 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 #AF45AB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 171 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.31 |
| HSL | 302.26º | 0.43% | 0.48% | - |
| HSV(B) | 302.26º | 0.61% | 0.69% | - |
| XYZ | 27.16 | 16.31 | 40.24 | - |
| YUV | 112.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 171 | 0 | 0.61 | 0.02 | 0.31 | 302.26 | 0.43 | 0.48 |
| Hex | AF | 45 | AB | 0 | 3D | 2 | 1F | 12E | 2B | 30 |
| Octal | 257 | 105 | 253 | 0 | 75 | 2 | 37 | 456 | 53 | 60 |
| Binary | 10101111 | 1000101 | 10101011 | 0 | 111101 | 10 | 11111 | 100101110 | 101011 | 110000 |
Color Harmonies of #AF45AB
Complementary color
Monochromatic Colors of #AF45AB
Black with #AF45AB
Text Example
Text Example
White with #AF45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45AB; }
p { color: rgb(175,69,171); }
H1.HeaderClassName
{
color: #AF45AB;
}
.AnyTagClassName
{
color: #AF45AB;
}
</style>
background-color css
<style>
a { background-color: #AF45AB; }
a { background-color: rgb(175,69,171); }
div.DivClassName
{
background-color: #AF45AB;
}
.BgClassName
{
background-color: #AF45AB;
}
</style>
border-color css
<style>
span { border-color: #AF45AB; }
span { border-color: rgb(175,69,171); }
td.TdClassName
{
border-color: #AF45AB;
}
.TagClassName
{
border-color: #AF45AB;
}
</style>