Shades of Fuchsia #AF64BA
Tints of Fuchsia #AF64BA
RGB
CMYK
RGB Variations
Color information
#AF64BA (or 0xAF64BA) is known color: Fuchsia. HEX triplet: AF, 64 and BA. RGB value is (175,100,186). Sum of RGB (Red+Green+Blue) = 175+100+186=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64BA is #509B45. Grayscale: #838383. Windows color (decimal): -5282630 or 12215471. OLE color: 12215471.
HSL color Cylindrical-coordinate representation of color #AF64BA: hue angle of 292.33º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF64BA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 100 | 186 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.27 |
| HSL | 292.33º | 0.38% | 0.56% | - |
| HSV(B) | 292.33º | 0.46% | 0.73% | - |
| XYZ | 31.1 | 21.77 | 49.02 | - |
| YUV | 132.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 186 | 0.06 | 0.46 | 0 | 0.27 | 292.33 | 0.38 | 0.56 |
| Hex | AF | 64 | BA | 6 | 2E | 0 | 1B | 124 | 26 | 38 |
| Octal | 257 | 144 | 272 | 6 | 56 | 0 | 33 | 444 | 46 | 70 |
| Binary | 10101111 | 1100100 | 10111010 | 110 | 101110 | 0 | 11011 | 100100100 | 100110 | 111000 |
Color Harmonies of #AF64BA
Complementary color
Monochromatic Colors of #AF64BA
Black with #AF64BA
Text Example
Text Example
White with #AF64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64BA; }
p { color: rgb(175,100,186); }
H1.HeaderClassName
{
color: #AF64BA;
}
.AnyTagClassName
{
color: #AF64BA;
}
</style>
background-color css
<style>
a { background-color: #AF64BA; }
a { background-color: rgb(175,100,186); }
div.DivClassName
{
background-color: #AF64BA;
}
.BgClassName
{
background-color: #AF64BA;
}
</style>
border-color css
<style>
span { border-color: #AF64BA; }
span { border-color: rgb(175,100,186); }
td.TdClassName
{
border-color: #AF64BA;
}
.TagClassName
{
border-color: #AF64BA;
}
</style>