Shades of Fuchsia #AF6BBC
Tints of Fuchsia #AF6BBC
RGB
CMYK
RGB Variations
Color information
#AF6BBC (or 0xAF6BBC) is known color: Fuchsia. HEX triplet: AF, 6B and BC. RGB value is (175,107,188). Sum of RGB (Red+Green+Blue) = 175+107+188=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF6BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BBC is #509443. Grayscale: #888888. Windows color (decimal): -5280836 or 12348335. OLE color: 12348335.
HSL color Cylindrical-coordinate representation of color #AF6BBC: hue angle of 290.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6BBC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 107 | 188 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.26 |
| HSL | 290.37º | 0.38% | 0.58% | - |
| HSV(B) | 290.37º | 0.43% | 0.74% | - |
| XYZ | 32.01 | 23.26 | 50.38 | - |
| YUV | 136.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 188 | 0.07 | 0.43 | 0 | 0.26 | 290.37 | 0.38 | 0.58 |
| Hex | AF | 6B | BC | 7 | 2B | 0 | 1A | 122 | 26 | 3A |
| Octal | 257 | 153 | 274 | 7 | 53 | 0 | 32 | 442 | 46 | 72 |
| Binary | 10101111 | 1101011 | 10111100 | 111 | 101011 | 0 | 11010 | 100100010 | 100110 | 111010 |
Color Harmonies of #AF6BBC
Complementary color
Monochromatic Colors of #AF6BBC
Black with #AF6BBC
Text Example
Text Example
White with #AF6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BBC; }
p { color: rgb(175,107,188); }
H1.HeaderClassName
{
color: #AF6BBC;
}
.AnyTagClassName
{
color: #AF6BBC;
}
</style>
background-color css
<style>
a { background-color: #AF6BBC; }
a { background-color: rgb(175,107,188); }
div.DivClassName
{
background-color: #AF6BBC;
}
.BgClassName
{
background-color: #AF6BBC;
}
</style>
border-color css
<style>
span { border-color: #AF6BBC; }
span { border-color: rgb(175,107,188); }
td.TdClassName
{
border-color: #AF6BBC;
}
.TagClassName
{
border-color: #AF6BBC;
}
</style>