Shades of Fuchsia #AF4BBA
Tints of Fuchsia #AF4BBA
RGB
CMYK
RGB Variations
Color information
#AF4BBA (or 0xAF4BBA) is known color: Fuchsia. HEX triplet: AF, 4B and BA. RGB value is (175,75,186). Sum of RGB (Red+Green+Blue) = 175+75+186=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF4BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BBA is #50B445. Grayscale: #757575. Windows color (decimal): -5289030 or 12209071. OLE color: 12209071.
HSL color Cylindrical-coordinate representation of color #AF4BBA: hue angle of 294.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4BBA is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 75 | 186 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.27 |
| HSL | 294.05º | 0.45% | 0.51% | - |
| HSV(B) | 294.05º | 0.6% | 0.73% | - |
| XYZ | 29.06 | 17.69 | 48.34 | - |
| YUV | 117.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 186 | 0.06 | 0.60 | 0 | 0.27 | 294.05 | 0.45 | 0.51 |
| Hex | AF | 4B | BA | 6 | 3C | 0 | 1B | 126 | 2D | 33 |
| Octal | 257 | 113 | 272 | 6 | 74 | 0 | 33 | 446 | 55 | 63 |
| Binary | 10101111 | 1001011 | 10111010 | 110 | 111100 | 0 | 11011 | 100100110 | 101101 | 110011 |
Color Harmonies of #AF4BBA
Complementary color
Monochromatic Colors of #AF4BBA
Black with #AF4BBA
Text Example
Text Example
White with #AF4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BBA; }
p { color: rgb(175,75,186); }
H1.HeaderClassName
{
color: #AF4BBA;
}
.AnyTagClassName
{
color: #AF4BBA;
}
</style>
background-color css
<style>
a { background-color: #AF4BBA; }
a { background-color: rgb(175,75,186); }
div.DivClassName
{
background-color: #AF4BBA;
}
.BgClassName
{
background-color: #AF4BBA;
}
</style>
border-color css
<style>
span { border-color: #AF4BBA; }
span { border-color: rgb(175,75,186); }
td.TdClassName
{
border-color: #AF4BBA;
}
.TagClassName
{
border-color: #AF4BBA;
}
</style>