Shades of Fuchsia #AF5ABC
Tints of Fuchsia #AF5ABC
RGB
CMYK
RGB Variations
Color information
#AF5ABC (or 0xAF5ABC) is known color: Fuchsia. HEX triplet: AF, 5A and BC. RGB value is (175,90,188). Sum of RGB (Red+Green+Blue) = 175+90+188=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ABC is #50A543. Grayscale: #7E7E7E. Windows color (decimal): -5285188 or 12343983. OLE color: 12343983.
HSL color Cylindrical-coordinate representation of color #AF5ABC: hue angle of 292.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5ABC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 90 | 188 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.26 |
| HSL | 292.04º | 0.42% | 0.55% | - |
| HSV(B) | 292.04º | 0.52% | 0.74% | - |
| XYZ | 30.41 | 20.06 | 49.85 | - |
| YUV | 126.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 188 | 0.07 | 0.52 | 0 | 0.26 | 292.04 | 0.42 | 0.55 |
| Hex | AF | 5A | BC | 7 | 34 | 0 | 1A | 124 | 2A | 37 |
| Octal | 257 | 132 | 274 | 7 | 64 | 0 | 32 | 444 | 52 | 67 |
| Binary | 10101111 | 1011010 | 10111100 | 111 | 110100 | 0 | 11010 | 100100100 | 101010 | 110111 |
Color Harmonies of #AF5ABC
Complementary color
Monochromatic Colors of #AF5ABC
Black with #AF5ABC
Text Example
Text Example
White with #AF5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5ABC; }
p { color: rgb(175,90,188); }
H1.HeaderClassName
{
color: #AF5ABC;
}
.AnyTagClassName
{
color: #AF5ABC;
}
</style>
background-color css
<style>
a { background-color: #AF5ABC; }
a { background-color: rgb(175,90,188); }
div.DivClassName
{
background-color: #AF5ABC;
}
.BgClassName
{
background-color: #AF5ABC;
}
</style>
border-color css
<style>
span { border-color: #AF5ABC; }
span { border-color: rgb(175,90,188); }
td.TdClassName
{
border-color: #AF5ABC;
}
.TagClassName
{
border-color: #AF5ABC;
}
</style>