Shades of Fuchsia #AF43BB
Tints of Fuchsia #AF43BB
RGB
CMYK
RGB Variations
Color information
#AF43BB (or 0xAF43BB) is known color: Fuchsia. HEX triplet: AF, 43 and BB. RGB value is (175,67,187). Sum of RGB (Red+Green+Blue) = 175+67+187=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF43BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43BB is #50BC44. Grayscale: #707070. Windows color (decimal): -5291077 or 12272559. OLE color: 12272559.
HSL color Cylindrical-coordinate representation of color #AF43BB: hue angle of 294º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF43BB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 67 | 187 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.27 |
| HSL | 294º | 0.47% | 0.5% | - |
| HSV(B) | 294º | 0.64% | 0.73% | - |
| XYZ | 28.66 | 16.72 | 48.73 | - |
| YUV | 112.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 187 | 0.06 | 0.64 | 0 | 0.27 | 294 | 0.47 | 0.5 |
| Hex | AF | 43 | BB | 6 | 40 | 0 | 1B | 126 | 2F | 32 |
| Octal | 257 | 103 | 273 | 6 | 100 | 0 | 33 | 446 | 57 | 62 |
| Binary | 10101111 | 1000011 | 10111011 | 110 | 1000000 | 0 | 11011 | 100100110 | 101111 | 110010 |
Color Harmonies of #AF43BB
Complementary color
Monochromatic Colors of #AF43BB
Black with #AF43BB
Text Example
Text Example
White with #AF43BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43BB; }
p { color: rgb(175,67,187); }
H1.HeaderClassName
{
color: #AF43BB;
}
.AnyTagClassName
{
color: #AF43BB;
}
</style>
background-color css
<style>
a { background-color: #AF43BB; }
a { background-color: rgb(175,67,187); }
div.DivClassName
{
background-color: #AF43BB;
}
.BgClassName
{
background-color: #AF43BB;
}
</style>
border-color css
<style>
span { border-color: #AF43BB; }
span { border-color: rgb(175,67,187); }
td.TdClassName
{
border-color: #AF43BB;
}
.TagClassName
{
border-color: #AF43BB;
}
</style>