Shades of Fuchsia #AF4CBC
Tints of Fuchsia #AF4CBC
RGB
CMYK
RGB Variations
Color information
#AF4CBC (or 0xAF4CBC) is known color: Fuchsia. HEX triplet: AF, 4C and BC. RGB value is (175,76,188). Sum of RGB (Red+Green+Blue) = 175+76+188=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF4CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CBC is #50B343. Grayscale: #767676. Windows color (decimal): -5288772 or 12340399. OLE color: 12340399.
HSL color Cylindrical-coordinate representation of color #AF4CBC: hue angle of 293.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4CBC is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 76 | 188 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.26 |
| HSL | 293.04º | 0.46% | 0.52% | - |
| HSV(B) | 293.04º | 0.6% | 0.74% | - |
| XYZ | 29.34 | 17.91 | 49.49 | - |
| YUV | 118.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 188 | 0.07 | 0.60 | 0 | 0.26 | 293.04 | 0.46 | 0.52 |
| Hex | AF | 4C | BC | 7 | 3C | 0 | 1A | 125 | 2E | 34 |
| Octal | 257 | 114 | 274 | 7 | 74 | 0 | 32 | 445 | 56 | 64 |
| Binary | 10101111 | 1001100 | 10111100 | 111 | 111100 | 0 | 11010 | 100100101 | 101110 | 110100 |
Color Harmonies of #AF4CBC
Complementary color
Monochromatic Colors of #AF4CBC
Black with #AF4CBC
Text Example
Text Example
White with #AF4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CBC; }
p { color: rgb(175,76,188); }
H1.HeaderClassName
{
color: #AF4CBC;
}
.AnyTagClassName
{
color: #AF4CBC;
}
</style>
background-color css
<style>
a { background-color: #AF4CBC; }
a { background-color: rgb(175,76,188); }
div.DivClassName
{
background-color: #AF4CBC;
}
.BgClassName
{
background-color: #AF4CBC;
}
</style>
border-color css
<style>
span { border-color: #AF4CBC; }
span { border-color: rgb(175,76,188); }
td.TdClassName
{
border-color: #AF4CBC;
}
.TagClassName
{
border-color: #AF4CBC;
}
</style>