Shades of Fuchsia #AF5BBA
Tints of Fuchsia #AF5BBA
RGB
CMYK
RGB Variations
Color information
#AF5BBA (or 0xAF5BBA) is known color: Fuchsia. HEX triplet: AF, 5B and BA. RGB value is (175,91,186). Sum of RGB (Red+Green+Blue) = 175+91+186=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BBA is #50A445. Grayscale: #7E7E7E. Windows color (decimal): -5284934 or 12213167. OLE color: 12213167.
HSL color Cylindrical-coordinate representation of color #AF5BBA: hue angle of 293.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5BBA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 91 | 186 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.27 |
| HSL | 293.05º | 0.41% | 0.54% | - |
| HSV(B) | 293.05º | 0.51% | 0.73% | - |
| XYZ | 30.28 | 20.14 | 48.75 | - |
| YUV | 126.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 186 | 0.06 | 0.51 | 0 | 0.27 | 293.05 | 0.41 | 0.54 |
| Hex | AF | 5B | BA | 6 | 33 | 0 | 1B | 125 | 29 | 36 |
| Octal | 257 | 133 | 272 | 6 | 63 | 0 | 33 | 445 | 51 | 66 |
| Binary | 10101111 | 1011011 | 10111010 | 110 | 110011 | 0 | 11011 | 100100101 | 101001 | 110110 |
Color Harmonies of #AF5BBA
Complementary color
Monochromatic Colors of #AF5BBA
Black with #AF5BBA
Text Example
Text Example
White with #AF5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BBA; }
p { color: rgb(175,91,186); }
H1.HeaderClassName
{
color: #AF5BBA;
}
.AnyTagClassName
{
color: #AF5BBA;
}
</style>
background-color css
<style>
a { background-color: #AF5BBA; }
a { background-color: rgb(175,91,186); }
div.DivClassName
{
background-color: #AF5BBA;
}
.BgClassName
{
background-color: #AF5BBA;
}
</style>
border-color css
<style>
span { border-color: #AF5BBA; }
span { border-color: rgb(175,91,186); }
td.TdClassName
{
border-color: #AF5BBA;
}
.TagClassName
{
border-color: #AF5BBA;
}
</style>