Shades of Fuchsia #AF64BE
Tints of Fuchsia #AF64BE
RGB
CMYK
RGB Variations
Color information
#AF64BE (or 0xAF64BE) is known color: Fuchsia. HEX triplet: AF, 64 and BE. RGB value is (175,100,190). Sum of RGB (Red+Green+Blue) = 175+100+190=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64BE is #509B41. Grayscale: #848484. Windows color (decimal): -5282626 or 12477615. OLE color: 12477615.
HSL color Cylindrical-coordinate representation of color #AF64BE: hue angle of 290º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF64BE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 100 | 190 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.25 |
| HSL | 290º | 0.41% | 0.57% | - |
| HSV(B) | 290º | 0.47% | 0.75% | - |
| XYZ | 31.53 | 21.95 | 51.29 | - |
| YUV | 132.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 190 | 0.08 | 0.47 | 0 | 0.25 | 290 | 0.41 | 0.57 |
| Hex | AF | 64 | BE | 8 | 2F | 0 | 19 | 122 | 29 | 39 |
| Octal | 257 | 144 | 276 | 10 | 57 | 0 | 31 | 442 | 51 | 71 |
| Binary | 10101111 | 1100100 | 10111110 | 1000 | 101111 | 0 | 11001 | 100100010 | 101001 | 111001 |
Color Harmonies of #AF64BE
Complementary color
Monochromatic Colors of #AF64BE
Black with #AF64BE
Text Example
Text Example
White with #AF64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64BE; }
p { color: rgb(175,100,190); }
H1.HeaderClassName
{
color: #AF64BE;
}
.AnyTagClassName
{
color: #AF64BE;
}
</style>
background-color css
<style>
a { background-color: #AF64BE; }
a { background-color: rgb(175,100,190); }
div.DivClassName
{
background-color: #AF64BE;
}
.BgClassName
{
background-color: #AF64BE;
}
</style>
border-color css
<style>
span { border-color: #AF64BE; }
span { border-color: rgb(175,100,190); }
td.TdClassName
{
border-color: #AF64BE;
}
.TagClassName
{
border-color: #AF64BE;
}
</style>