Shades of Fuchsia #AF5DB4
Tints of Fuchsia #AF5DB4
RGB
CMYK
RGB Variations
Color information
#AF5DB4 (or 0xAF5DB4) is known color: Fuchsia. HEX triplet: AF, 5D and B4. RGB value is (175,93,180). Sum of RGB (Red+Green+Blue) = 175+93+180=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF5DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DB4 is #50A24B. Grayscale: #7F7F7F. Windows color (decimal): -5284428 or 11820463. OLE color: 11820463.
HSL color Cylindrical-coordinate representation of color #AF5DB4: hue angle of 296.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5DB4 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 93 | 180 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.29 |
| HSL | 296.55º | 0.37% | 0.54% | - |
| HSV(B) | 296.55º | 0.48% | 0.71% | - |
| XYZ | 29.83 | 20.24 | 45.51 | - |
| YUV | 127.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 180 | 0.03 | 0.48 | 0 | 0.29 | 296.55 | 0.37 | 0.54 |
| Hex | AF | 5D | B4 | 3 | 30 | 0 | 1D | 129 | 25 | 36 |
| Octal | 257 | 135 | 264 | 3 | 60 | 0 | 35 | 451 | 45 | 66 |
| Binary | 10101111 | 1011101 | 10110100 | 11 | 110000 | 0 | 11101 | 100101001 | 100101 | 110110 |
Color Harmonies of #AF5DB4
Complementary color
Monochromatic Colors of #AF5DB4
Black with #AF5DB4
Text Example
Text Example
White with #AF5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DB4; }
p { color: rgb(175,93,180); }
H1.HeaderClassName
{
color: #AF5DB4;
}
.AnyTagClassName
{
color: #AF5DB4;
}
</style>
background-color css
<style>
a { background-color: #AF5DB4; }
a { background-color: rgb(175,93,180); }
div.DivClassName
{
background-color: #AF5DB4;
}
.BgClassName
{
background-color: #AF5DB4;
}
</style>
border-color css
<style>
span { border-color: #AF5DB4; }
span { border-color: rgb(175,93,180); }
td.TdClassName
{
border-color: #AF5DB4;
}
.TagClassName
{
border-color: #AF5DB4;
}
</style>