Shades of Fuchsia #AF65BD
Tints of Fuchsia #AF65BD
RGB
CMYK
RGB Variations
Color information
#AF65BD (or 0xAF65BD) is known color: Fuchsia. HEX triplet: AF, 65 and BD. RGB value is (175,101,189). Sum of RGB (Red+Green+Blue) = 175+101+189=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65BD is #509A42. Grayscale: #848484. Windows color (decimal): -5282371 or 12412335. OLE color: 12412335.
HSL color Cylindrical-coordinate representation of color #AF65BD: hue angle of 290.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF65BD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 101 | 189 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.26 |
| HSL | 290.45º | 0.4% | 0.57% | - |
| HSV(B) | 290.45º | 0.47% | 0.74% | - |
| XYZ | 31.52 | 22.1 | 50.75 | - |
| YUV | 133.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 189 | 0.07 | 0.47 | 0 | 0.26 | 290.45 | 0.4 | 0.57 |
| Hex | AF | 65 | BD | 7 | 2F | 0 | 1A | 122 | 28 | 39 |
| Octal | 257 | 145 | 275 | 7 | 57 | 0 | 32 | 442 | 50 | 71 |
| Binary | 10101111 | 1100101 | 10111101 | 111 | 101111 | 0 | 11010 | 100100010 | 101000 | 111001 |
Color Harmonies of #AF65BD
Complementary color
Monochromatic Colors of #AF65BD
Black with #AF65BD
Text Example
Text Example
White with #AF65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65BD; }
p { color: rgb(175,101,189); }
H1.HeaderClassName
{
color: #AF65BD;
}
.AnyTagClassName
{
color: #AF65BD;
}
</style>
background-color css
<style>
a { background-color: #AF65BD; }
a { background-color: rgb(175,101,189); }
div.DivClassName
{
background-color: #AF65BD;
}
.BgClassName
{
background-color: #AF65BD;
}
</style>
border-color css
<style>
span { border-color: #AF65BD; }
span { border-color: rgb(175,101,189); }
td.TdClassName
{
border-color: #AF65BD;
}
.TagClassName
{
border-color: #AF65BD;
}
</style>