Shades of Fuchsia #AF65BB
Tints of Fuchsia #AF65BB
RGB
CMYK
RGB Variations
Color information
#AF65BB (or 0xAF65BB) is known color: Fuchsia. HEX triplet: AF, 65 and BB. RGB value is (175,101,187). Sum of RGB (Red+Green+Blue) = 175+101+187=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF65BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65BB is #509A44. Grayscale: #848484. Windows color (decimal): -5282373 or 12281263. OLE color: 12281263.
HSL color Cylindrical-coordinate representation of color #AF65BB: hue angle of 291.63º degrees, saturation: 0.39, 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 #AF65BB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 101 | 187 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.27 |
| HSL | 291.63º | 0.39% | 0.56% | - |
| HSV(B) | 291.63º | 0.46% | 0.73% | - |
| XYZ | 31.3 | 22.01 | 49.61 | - |
| YUV | 132.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 187 | 0.06 | 0.46 | 0 | 0.27 | 291.63 | 0.39 | 0.56 |
| Hex | AF | 65 | BB | 6 | 2E | 0 | 1B | 124 | 27 | 38 |
| Octal | 257 | 145 | 273 | 6 | 56 | 0 | 33 | 444 | 47 | 70 |
| Binary | 10101111 | 1100101 | 10111011 | 110 | 101110 | 0 | 11011 | 100100100 | 100111 | 111000 |
Color Harmonies of #AF65BB
Complementary color
Monochromatic Colors of #AF65BB
Black with #AF65BB
Text Example
Text Example
White with #AF65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65BB; }
p { color: rgb(175,101,187); }
H1.HeaderClassName
{
color: #AF65BB;
}
.AnyTagClassName
{
color: #AF65BB;
}
</style>
background-color css
<style>
a { background-color: #AF65BB; }
a { background-color: rgb(175,101,187); }
div.DivClassName
{
background-color: #AF65BB;
}
.BgClassName
{
background-color: #AF65BB;
}
</style>
border-color css
<style>
span { border-color: #AF65BB; }
span { border-color: rgb(175,101,187); }
td.TdClassName
{
border-color: #AF65BB;
}
.TagClassName
{
border-color: #AF65BB;
}
</style>