Shades of Fuchsia #AF3CBA
Tints of Fuchsia #AF3CBA
RGB
CMYK
RGB Variations
Color information
#AF3CBA (or 0xAF3CBA) is known color: Fuchsia. HEX triplet: AF, 3C and BA. RGB value is (175,60,186). Sum of RGB (Red+Green+Blue) = 175+60+186=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CBA is #50C345. Grayscale: #6C6C6C. Windows color (decimal): -5292870 or 12205231. OLE color: 12205231.
HSL color Cylindrical-coordinate representation of color #AF3CBA: hue angle of 294.76º degrees, saturation: 0.51, 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 #AF3CBA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 60 | 186 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.27 |
| HSL | 294.76º | 0.51% | 0.48% | - |
| HSV(B) | 294.76º | 0.68% | 0.73% | - |
| XYZ | 28.16 | 15.89 | 48.04 | - |
| YUV | 108.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 186 | 0.06 | 0.68 | 0 | 0.27 | 294.76 | 0.51 | 0.48 |
| Hex | AF | 3C | BA | 6 | 44 | 0 | 1B | 127 | 33 | 30 |
| Octal | 257 | 74 | 272 | 6 | 104 | 0 | 33 | 447 | 63 | 60 |
| Binary | 10101111 | 111100 | 10111010 | 110 | 1000100 | 0 | 11011 | 100100111 | 110011 | 110000 |
Color Harmonies of #AF3CBA
Complementary color
Monochromatic Colors of #AF3CBA
Black with #AF3CBA
Text Example
Text Example
White with #AF3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CBA; }
p { color: rgb(175,60,186); }
H1.HeaderClassName
{
color: #AF3CBA;
}
.AnyTagClassName
{
color: #AF3CBA;
}
</style>
background-color css
<style>
a { background-color: #AF3CBA; }
a { background-color: rgb(175,60,186); }
div.DivClassName
{
background-color: #AF3CBA;
}
.BgClassName
{
background-color: #AF3CBA;
}
</style>
border-color css
<style>
span { border-color: #AF3CBA; }
span { border-color: rgb(175,60,186); }
td.TdClassName
{
border-color: #AF3CBA;
}
.TagClassName
{
border-color: #AF3CBA;
}
</style>