Shades of Fuchsia #AF68BD
Tints of Fuchsia #AF68BD
RGB
CMYK
RGB Variations
Color information
#AF68BD (or 0xAF68BD) is known color: Fuchsia. HEX triplet: AF, 68 and BD. RGB value is (175,104,189). Sum of RGB (Red+Green+Blue) = 175+104+189=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68BD is #509742. Grayscale: #868686. Windows color (decimal): -5281603 or 12413103. OLE color: 12413103.
HSL color Cylindrical-coordinate representation of color #AF68BD: hue angle of 290.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF68BD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 104 | 189 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.26 |
| HSL | 290.12º | 0.39% | 0.57% | - |
| HSV(B) | 290.12º | 0.45% | 0.74% | - |
| XYZ | 31.81 | 22.69 | 50.85 | - |
| YUV | 134.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 189 | 0.07 | 0.45 | 0 | 0.26 | 290.12 | 0.39 | 0.57 |
| Hex | AF | 68 | BD | 7 | 2D | 0 | 1A | 122 | 27 | 39 |
| Octal | 257 | 150 | 275 | 7 | 55 | 0 | 32 | 442 | 47 | 71 |
| Binary | 10101111 | 1101000 | 10111101 | 111 | 101101 | 0 | 11010 | 100100010 | 100111 | 111001 |
Color Harmonies of #AF68BD
Complementary color
Monochromatic Colors of #AF68BD
Black with #AF68BD
Text Example
Text Example
White with #AF68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68BD; }
p { color: rgb(175,104,189); }
H1.HeaderClassName
{
color: #AF68BD;
}
.AnyTagClassName
{
color: #AF68BD;
}
</style>
background-color css
<style>
a { background-color: #AF68BD; }
a { background-color: rgb(175,104,189); }
div.DivClassName
{
background-color: #AF68BD;
}
.BgClassName
{
background-color: #AF68BD;
}
</style>
border-color css
<style>
span { border-color: #AF68BD; }
span { border-color: rgb(175,104,189); }
td.TdClassName
{
border-color: #AF68BD;
}
.TagClassName
{
border-color: #AF68BD;
}
</style>