Shades of Fuchsia #AF3BBB
Tints of Fuchsia #AF3BBB
RGB
CMYK
RGB Variations
Color information
#AF3BBB (or 0xAF3BBB) is known color: Fuchsia. HEX triplet: AF, 3B and BB. RGB value is (175,59,187). Sum of RGB (Red+Green+Blue) = 175+59+187=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF3BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BBB is #50C444. Grayscale: #6B6B6B. Windows color (decimal): -5293125 or 12270511. OLE color: 12270511.
HSL color Cylindrical-coordinate representation of color #AF3BBB: hue angle of 294.38º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3BBB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 59 | 187 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.27 |
| HSL | 294.38º | 0.52% | 0.48% | - |
| HSV(B) | 294.38º | 0.68% | 0.73% | - |
| XYZ | 28.21 | 15.83 | 48.58 | - |
| YUV | 108.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 187 | 0.06 | 0.68 | 0 | 0.27 | 294.38 | 0.52 | 0.48 |
| Hex | AF | 3B | BB | 6 | 44 | 0 | 1B | 126 | 34 | 30 |
| Octal | 257 | 73 | 273 | 6 | 104 | 0 | 33 | 446 | 64 | 60 |
| Binary | 10101111 | 111011 | 10111011 | 110 | 1000100 | 0 | 11011 | 100100110 | 110100 | 110000 |
Color Harmonies of #AF3BBB
Complementary color
Monochromatic Colors of #AF3BBB
Black with #AF3BBB
Text Example
Text Example
White with #AF3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BBB; }
p { color: rgb(175,59,187); }
H1.HeaderClassName
{
color: #AF3BBB;
}
.AnyTagClassName
{
color: #AF3BBB;
}
</style>
background-color css
<style>
a { background-color: #AF3BBB; }
a { background-color: rgb(175,59,187); }
div.DivClassName
{
background-color: #AF3BBB;
}
.BgClassName
{
background-color: #AF3BBB;
}
</style>
border-color css
<style>
span { border-color: #AF3BBB; }
span { border-color: rgb(175,59,187); }
td.TdClassName
{
border-color: #AF3BBB;
}
.TagClassName
{
border-color: #AF3BBB;
}
</style>