Shades of Fuchsia #AF5EBA
Tints of Fuchsia #AF5EBA
RGB
CMYK
RGB Variations
Color information
#AF5EBA (or 0xAF5EBA) is known color: Fuchsia. HEX triplet: AF, 5E and BA. RGB value is (175,94,186). Sum of RGB (Red+Green+Blue) = 175+94+186=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EBA is #50A145. Grayscale: #808080. Windows color (decimal): -5284166 or 12213935. OLE color: 12213935.
HSL color Cylindrical-coordinate representation of color #AF5EBA: hue angle of 292.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5EBA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 94 | 186 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.27 |
| HSL | 292.83º | 0.4% | 0.55% | - |
| HSV(B) | 292.83º | 0.49% | 0.73% | - |
| XYZ | 30.54 | 20.66 | 48.83 | - |
| YUV | 128.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 186 | 0.06 | 0.49 | 0 | 0.27 | 292.83 | 0.4 | 0.55 |
| Hex | AF | 5E | BA | 6 | 31 | 0 | 1B | 125 | 28 | 37 |
| Octal | 257 | 136 | 272 | 6 | 61 | 0 | 33 | 445 | 50 | 67 |
| Binary | 10101111 | 1011110 | 10111010 | 110 | 110001 | 0 | 11011 | 100100101 | 101000 | 110111 |
Color Harmonies of #AF5EBA
Complementary color
Monochromatic Colors of #AF5EBA
Black with #AF5EBA
Text Example
Text Example
White with #AF5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EBA; }
p { color: rgb(175,94,186); }
H1.HeaderClassName
{
color: #AF5EBA;
}
.AnyTagClassName
{
color: #AF5EBA;
}
</style>
background-color css
<style>
a { background-color: #AF5EBA; }
a { background-color: rgb(175,94,186); }
div.DivClassName
{
background-color: #AF5EBA;
}
.BgClassName
{
background-color: #AF5EBA;
}
</style>
border-color css
<style>
span { border-color: #AF5EBA; }
span { border-color: rgb(175,94,186); }
td.TdClassName
{
border-color: #AF5EBA;
}
.TagClassName
{
border-color: #AF5EBA;
}
</style>