Shades of Fuchsia #AF4DB5
Tints of Fuchsia #AF4DB5
RGB
CMYK
RGB Variations
Color information
#AF4DB5 (or 0xAF4DB5) is known color: Fuchsia. HEX triplet: AF, 4D and B5. RGB value is (175,77,181). Sum of RGB (Red+Green+Blue) = 175+77+181=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF4DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DB5 is #50B24A. Grayscale: #757575. Windows color (decimal): -5288523 or 11881903. OLE color: 11881903.
HSL color Cylindrical-coordinate representation of color #AF4DB5: hue angle of 296.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4DB5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 77 | 181 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.29 |
| HSL | 296.54º | 0.41% | 0.51% | - |
| HSV(B) | 296.54º | 0.57% | 0.71% | - |
| XYZ | 28.67 | 17.76 | 45.63 | - |
| YUV | 118.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 181 | 0.03 | 0.57 | 0 | 0.29 | 296.54 | 0.41 | 0.51 |
| Hex | AF | 4D | B5 | 3 | 39 | 0 | 1D | 129 | 29 | 33 |
| Octal | 257 | 115 | 265 | 3 | 71 | 0 | 35 | 451 | 51 | 63 |
| Binary | 10101111 | 1001101 | 10110101 | 11 | 111001 | 0 | 11101 | 100101001 | 101001 | 110011 |
Color Harmonies of #AF4DB5
Complementary color
Monochromatic Colors of #AF4DB5
Black with #AF4DB5
Text Example
Text Example
White with #AF4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DB5; }
p { color: rgb(175,77,181); }
H1.HeaderClassName
{
color: #AF4DB5;
}
.AnyTagClassName
{
color: #AF4DB5;
}
</style>
background-color css
<style>
a { background-color: #AF4DB5; }
a { background-color: rgb(175,77,181); }
div.DivClassName
{
background-color: #AF4DB5;
}
.BgClassName
{
background-color: #AF4DB5;
}
</style>
border-color css
<style>
span { border-color: #AF4DB5; }
span { border-color: rgb(175,77,181); }
td.TdClassName
{
border-color: #AF4DB5;
}
.TagClassName
{
border-color: #AF4DB5;
}
</style>