Shades of Fuchsia #AF65BA
Tints of Fuchsia #AF65BA
RGB
CMYK
RGB Variations
Color information
#AF65BA (or 0xAF65BA) is known color: Fuchsia. HEX triplet: AF, 65 and BA. RGB value is (175,101,186). Sum of RGB (Red+Green+Blue) = 175+101+186=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65BA is #509A45. Grayscale: #848484. Windows color (decimal): -5282374 or 12215727. OLE color: 12215727.
HSL color Cylindrical-coordinate representation of color #AF65BA: hue angle of 292.24º 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 #AF65BA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 101 | 186 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.27 |
| HSL | 292.24º | 0.38% | 0.56% | - |
| HSV(B) | 292.24º | 0.46% | 0.73% | - |
| XYZ | 31.2 | 21.97 | 49.05 | - |
| YUV | 132.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 186 | 0.06 | 0.46 | 0 | 0.27 | 292.24 | 0.38 | 0.56 |
| Hex | AF | 65 | BA | 6 | 2E | 0 | 1B | 124 | 26 | 38 |
| Octal | 257 | 145 | 272 | 6 | 56 | 0 | 33 | 444 | 46 | 70 |
| Binary | 10101111 | 1100101 | 10111010 | 110 | 101110 | 0 | 11011 | 100100100 | 100110 | 111000 |
Color Harmonies of #AF65BA
Complementary color
Monochromatic Colors of #AF65BA
Black with #AF65BA
Text Example
Text Example
White with #AF65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65BA; }
p { color: rgb(175,101,186); }
H1.HeaderClassName
{
color: #AF65BA;
}
.AnyTagClassName
{
color: #AF65BA;
}
</style>
background-color css
<style>
a { background-color: #AF65BA; }
a { background-color: rgb(175,101,186); }
div.DivClassName
{
background-color: #AF65BA;
}
.BgClassName
{
background-color: #AF65BA;
}
</style>
border-color css
<style>
span { border-color: #AF65BA; }
span { border-color: rgb(175,101,186); }
td.TdClassName
{
border-color: #AF65BA;
}
.TagClassName
{
border-color: #AF65BA;
}
</style>