Shades of Fuchsia #AF4FBA
Tints of Fuchsia #AF4FBA
RGB
CMYK
RGB Variations
Color information
#AF4FBA (or 0xAF4FBA) is known color: Fuchsia. HEX triplet: AF, 4F and BA. RGB value is (175,79,186). Sum of RGB (Red+Green+Blue) = 175+79+186=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FBA is #50B045. Grayscale: #777777. Windows color (decimal): -5288006 or 12210095. OLE color: 12210095.
HSL color Cylindrical-coordinate representation of color #AF4FBA: hue angle of 293.83º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4FBA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 79 | 186 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.27 |
| HSL | 293.83º | 0.44% | 0.52% | - |
| HSV(B) | 293.83º | 0.58% | 0.73% | - |
| XYZ | 29.34 | 18.25 | 48.43 | - |
| YUV | 119.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 186 | 0.06 | 0.58 | 0 | 0.27 | 293.83 | 0.44 | 0.52 |
| Hex | AF | 4F | BA | 6 | 3A | 0 | 1B | 126 | 2C | 34 |
| Octal | 257 | 117 | 272 | 6 | 72 | 0 | 33 | 446 | 54 | 64 |
| Binary | 10101111 | 1001111 | 10111010 | 110 | 111010 | 0 | 11011 | 100100110 | 101100 | 110100 |
Color Harmonies of #AF4FBA
Complementary color
Monochromatic Colors of #AF4FBA
Black with #AF4FBA
Text Example
Text Example
White with #AF4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FBA; }
p { color: rgb(175,79,186); }
H1.HeaderClassName
{
color: #AF4FBA;
}
.AnyTagClassName
{
color: #AF4FBA;
}
</style>
background-color css
<style>
a { background-color: #AF4FBA; }
a { background-color: rgb(175,79,186); }
div.DivClassName
{
background-color: #AF4FBA;
}
.BgClassName
{
background-color: #AF4FBA;
}
</style>
border-color css
<style>
span { border-color: #AF4FBA; }
span { border-color: rgb(175,79,186); }
td.TdClassName
{
border-color: #AF4FBA;
}
.TagClassName
{
border-color: #AF4FBA;
}
</style>