Shades of Fuchsia #AF64BB
Tints of Fuchsia #AF64BB
RGB
CMYK
RGB Variations
Color information
#AF64BB (or 0xAF64BB) is known color: Fuchsia. HEX triplet: AF, 64 and BB. RGB value is (175,100,187). Sum of RGB (Red+Green+Blue) = 175+100+187=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF64BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64BB is #509B44. Grayscale: #848484. Windows color (decimal): -5282629 or 12281007. OLE color: 12281007.
HSL color Cylindrical-coordinate representation of color #AF64BB: hue angle of 291.72º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF64BB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 100 | 187 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.27 |
| HSL | 291.72º | 0.39% | 0.56% | - |
| HSV(B) | 291.72º | 0.47% | 0.73% | - |
| XYZ | 31.21 | 21.82 | 49.58 | - |
| YUV | 132.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 187 | 0.06 | 0.47 | 0 | 0.27 | 291.72 | 0.39 | 0.56 |
| Hex | AF | 64 | BB | 6 | 2F | 0 | 1B | 124 | 27 | 38 |
| Octal | 257 | 144 | 273 | 6 | 57 | 0 | 33 | 444 | 47 | 70 |
| Binary | 10101111 | 1100100 | 10111011 | 110 | 101111 | 0 | 11011 | 100100100 | 100111 | 111000 |
Color Harmonies of #AF64BB
Complementary color
Monochromatic Colors of #AF64BB
Black with #AF64BB
Text Example
Text Example
White with #AF64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64BB; }
p { color: rgb(175,100,187); }
H1.HeaderClassName
{
color: #AF64BB;
}
.AnyTagClassName
{
color: #AF64BB;
}
</style>
background-color css
<style>
a { background-color: #AF64BB; }
a { background-color: rgb(175,100,187); }
div.DivClassName
{
background-color: #AF64BB;
}
.BgClassName
{
background-color: #AF64BB;
}
</style>
border-color css
<style>
span { border-color: #AF64BB; }
span { border-color: rgb(175,100,187); }
td.TdClassName
{
border-color: #AF64BB;
}
.TagClassName
{
border-color: #AF64BB;
}
</style>