Shades of Fuchsia #AF3CBE
Tints of Fuchsia #AF3CBE
RGB
CMYK
RGB Variations
Color information
#AF3CBE (or 0xAF3CBE) is known color: Fuchsia. HEX triplet: AF, 3C and BE. RGB value is (175,60,190). Sum of RGB (Red+Green+Blue) = 175+60+190=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CBE is #50C341. Grayscale: #6C6C6C. Windows color (decimal): -5292866 or 12467375. OLE color: 12467375.
HSL color Cylindrical-coordinate representation of color #AF3CBE: hue angle of 293.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3CBE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 60 | 190 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.25 |
| HSL | 293.08º | 0.52% | 0.49% | - |
| HSV(B) | 293.08º | 0.68% | 0.75% | - |
| XYZ | 28.59 | 16.06 | 50.31 | - |
| YUV | 109.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 190 | 0.08 | 0.68 | 0 | 0.25 | 293.08 | 0.52 | 0.49 |
| Hex | AF | 3C | BE | 8 | 44 | 0 | 19 | 125 | 34 | 31 |
| Octal | 257 | 74 | 276 | 10 | 104 | 0 | 31 | 445 | 64 | 61 |
| Binary | 10101111 | 111100 | 10111110 | 1000 | 1000100 | 0 | 11001 | 100100101 | 110100 | 110001 |
Color Harmonies of #AF3CBE
Complementary color
Monochromatic Colors of #AF3CBE
Black with #AF3CBE
Text Example
Text Example
White with #AF3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CBE; }
p { color: rgb(175,60,190); }
H1.HeaderClassName
{
color: #AF3CBE;
}
.AnyTagClassName
{
color: #AF3CBE;
}
</style>
background-color css
<style>
a { background-color: #AF3CBE; }
a { background-color: rgb(175,60,190); }
div.DivClassName
{
background-color: #AF3CBE;
}
.BgClassName
{
background-color: #AF3CBE;
}
</style>
border-color css
<style>
span { border-color: #AF3CBE; }
span { border-color: rgb(175,60,190); }
td.TdClassName
{
border-color: #AF3CBE;
}
.TagClassName
{
border-color: #AF3CBE;
}
</style>