Shades of Fuchsia #AF6CBB
Tints of Fuchsia #AF6CBB
RGB
CMYK
RGB Variations
Color information
#AF6CBB (or 0xAF6CBB) is known color: Fuchsia. HEX triplet: AF, 6C and BB. RGB value is (175,108,187). Sum of RGB (Red+Green+Blue) = 175+108+187=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF6CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CBB is #509344. Grayscale: #888888. Windows color (decimal): -5280581 or 12283055. OLE color: 12283055.
HSL color Cylindrical-coordinate representation of color #AF6CBB: hue angle of 290.89º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6CBB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 108 | 187 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.27 |
| HSL | 290.89º | 0.37% | 0.58% | - |
| HSV(B) | 290.89º | 0.42% | 0.73% | - |
| XYZ | 32.01 | 23.43 | 49.85 | - |
| YUV | 137.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 187 | 0.06 | 0.42 | 0 | 0.27 | 290.89 | 0.37 | 0.58 |
| Hex | AF | 6C | BB | 6 | 2A | 0 | 1B | 123 | 25 | 3A |
| Octal | 257 | 154 | 273 | 6 | 52 | 0 | 33 | 443 | 45 | 72 |
| Binary | 10101111 | 1101100 | 10111011 | 110 | 101010 | 0 | 11011 | 100100011 | 100101 | 111010 |
Color Harmonies of #AF6CBB
Complementary color
Monochromatic Colors of #AF6CBB
Black with #AF6CBB
Text Example
Text Example
White with #AF6CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CBB; }
p { color: rgb(175,108,187); }
H1.HeaderClassName
{
color: #AF6CBB;
}
.AnyTagClassName
{
color: #AF6CBB;
}
</style>
background-color css
<style>
a { background-color: #AF6CBB; }
a { background-color: rgb(175,108,187); }
div.DivClassName
{
background-color: #AF6CBB;
}
.BgClassName
{
background-color: #AF6CBB;
}
</style>
border-color css
<style>
span { border-color: #AF6CBB; }
span { border-color: rgb(175,108,187); }
td.TdClassName
{
border-color: #AF6CBB;
}
.TagClassName
{
border-color: #AF6CBB;
}
</style>