Shades of Fuchsia #AF6EBC
Tints of Fuchsia #AF6EBC
RGB
CMYK
RGB Variations
Color information
#AF6EBC (or 0xAF6EBC) is known color: Fuchsia. HEX triplet: AF, 6E and BC. RGB value is (175,110,188). Sum of RGB (Red+Green+Blue) = 175+110+188=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF6EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EBC is #509143. Grayscale: #8A8A8A. Windows color (decimal): -5280068 or 12349103. OLE color: 12349103.
HSL color Cylindrical-coordinate representation of color #AF6EBC: hue angle of 290º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6EBC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 110 | 188 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.26 |
| HSL | 290º | 0.37% | 0.58% | - |
| HSV(B) | 290º | 0.41% | 0.74% | - |
| XYZ | 32.33 | 23.9 | 50.49 | - |
| YUV | 138.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 188 | 0.07 | 0.41 | 0 | 0.26 | 290 | 0.37 | 0.58 |
| Hex | AF | 6E | BC | 7 | 29 | 0 | 1A | 122 | 25 | 3A |
| Octal | 257 | 156 | 274 | 7 | 51 | 0 | 32 | 442 | 45 | 72 |
| Binary | 10101111 | 1101110 | 10111100 | 111 | 101001 | 0 | 11010 | 100100010 | 100101 | 111010 |
Color Harmonies of #AF6EBC
Complementary color
Monochromatic Colors of #AF6EBC
Black with #AF6EBC
Text Example
Text Example
White with #AF6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EBC; }
p { color: rgb(175,110,188); }
H1.HeaderClassName
{
color: #AF6EBC;
}
.AnyTagClassName
{
color: #AF6EBC;
}
</style>
background-color css
<style>
a { background-color: #AF6EBC; }
a { background-color: rgb(175,110,188); }
div.DivClassName
{
background-color: #AF6EBC;
}
.BgClassName
{
background-color: #AF6EBC;
}
</style>
border-color css
<style>
span { border-color: #AF6EBC; }
span { border-color: rgb(175,110,188); }
td.TdClassName
{
border-color: #AF6EBC;
}
.TagClassName
{
border-color: #AF6EBC;
}
</style>