Shades of Fuchsia #AF64BC
Tints of Fuchsia #AF64BC
RGB
CMYK
RGB Variations
Color information
#AF64BC (or 0xAF64BC) is known color: Fuchsia. HEX triplet: AF, 64 and BC. RGB value is (175,100,188). Sum of RGB (Red+Green+Blue) = 175+100+188=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF64BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64BC is #509B43. Grayscale: #848484. Windows color (decimal): -5282628 or 12346543. OLE color: 12346543.
HSL color Cylindrical-coordinate representation of color #AF64BC: hue angle of 291.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF64BC is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 100 | 188 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.26 |
| HSL | 291.14º | 0.4% | 0.56% | - |
| HSV(B) | 291.14º | 0.47% | 0.74% | - |
| XYZ | 31.31 | 21.86 | 50.15 | - |
| YUV | 132.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 188 | 0.07 | 0.47 | 0 | 0.26 | 291.14 | 0.4 | 0.56 |
| Hex | AF | 64 | BC | 7 | 2F | 0 | 1A | 123 | 28 | 38 |
| Octal | 257 | 144 | 274 | 7 | 57 | 0 | 32 | 443 | 50 | 70 |
| Binary | 10101111 | 1100100 | 10111100 | 111 | 101111 | 0 | 11010 | 100100011 | 101000 | 111000 |
Color Harmonies of #AF64BC
Complementary color
Monochromatic Colors of #AF64BC
Black with #AF64BC
Text Example
Text Example
White with #AF64BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64BC; }
p { color: rgb(175,100,188); }
H1.HeaderClassName
{
color: #AF64BC;
}
.AnyTagClassName
{
color: #AF64BC;
}
</style>
background-color css
<style>
a { background-color: #AF64BC; }
a { background-color: rgb(175,100,188); }
div.DivClassName
{
background-color: #AF64BC;
}
.BgClassName
{
background-color: #AF64BC;
}
</style>
border-color css
<style>
span { border-color: #AF64BC; }
span { border-color: rgb(175,100,188); }
td.TdClassName
{
border-color: #AF64BC;
}
.TagClassName
{
border-color: #AF64BC;
}
</style>