Shades of Fuchsia #AF68BA
Tints of Fuchsia #AF68BA
RGB
CMYK
RGB Variations
Color information
#AF68BA (or 0xAF68BA) is known color: Fuchsia. HEX triplet: AF, 68 and BA. RGB value is (175,104,186). Sum of RGB (Red+Green+Blue) = 175+104+186=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68BA is #509745. Grayscale: #868686. Windows color (decimal): -5281606 or 12216495. OLE color: 12216495.
HSL color Cylindrical-coordinate representation of color #AF68BA: hue angle of 291.95º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF68BA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 104 | 186 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.27 |
| HSL | 291.95º | 0.37% | 0.57% | - |
| HSV(B) | 291.95º | 0.44% | 0.73% | - |
| XYZ | 31.49 | 22.56 | 49.15 | - |
| YUV | 134.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 186 | 0.06 | 0.44 | 0 | 0.27 | 291.95 | 0.37 | 0.57 |
| Hex | AF | 68 | BA | 6 | 2C | 0 | 1B | 124 | 25 | 39 |
| Octal | 257 | 150 | 272 | 6 | 54 | 0 | 33 | 444 | 45 | 71 |
| Binary | 10101111 | 1101000 | 10111010 | 110 | 101100 | 0 | 11011 | 100100100 | 100101 | 111001 |
Color Harmonies of #AF68BA
Complementary color
Monochromatic Colors of #AF68BA
Black with #AF68BA
Text Example
Text Example
White with #AF68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68BA; }
p { color: rgb(175,104,186); }
H1.HeaderClassName
{
color: #AF68BA;
}
.AnyTagClassName
{
color: #AF68BA;
}
</style>
background-color css
<style>
a { background-color: #AF68BA; }
a { background-color: rgb(175,104,186); }
div.DivClassName
{
background-color: #AF68BA;
}
.BgClassName
{
background-color: #AF68BA;
}
</style>
border-color css
<style>
span { border-color: #AF68BA; }
span { border-color: rgb(175,104,186); }
td.TdClassName
{
border-color: #AF68BA;
}
.TagClassName
{
border-color: #AF68BA;
}
</style>