Shades of Fuchsia #AF63B7
Tints of Fuchsia #AF63B7
RGB
CMYK
RGB Variations
Color information
#AF63B7 (or 0xAF63B7) is known color: Fuchsia. HEX triplet: AF, 63 and B7. RGB value is (175,99,183). Sum of RGB (Red+Green+Blue) = 175+99+183=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF63B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63B7 is #509C48. Grayscale: #838383. Windows color (decimal): -5282889 or 12018607. OLE color: 12018607.
HSL color Cylindrical-coordinate representation of color #AF63B7: hue angle of 294.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF63B7 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 99 | 183 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.28 |
| HSL | 294.29º | 0.37% | 0.55% | - |
| HSV(B) | 294.29º | 0.46% | 0.72% | - |
| XYZ | 30.69 | 21.46 | 47.32 | - |
| YUV | 131.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 183 | 0.04 | 0.46 | 0 | 0.28 | 294.29 | 0.37 | 0.55 |
| Hex | AF | 63 | B7 | 4 | 2E | 0 | 1C | 126 | 25 | 37 |
| Octal | 257 | 143 | 267 | 4 | 56 | 0 | 34 | 446 | 45 | 67 |
| Binary | 10101111 | 1100011 | 10110111 | 100 | 101110 | 0 | 11100 | 100100110 | 100101 | 110111 |
Color Harmonies of #AF63B7
Complementary color
Monochromatic Colors of #AF63B7
Black with #AF63B7
Text Example
Text Example
White with #AF63B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63B7; }
p { color: rgb(175,99,183); }
H1.HeaderClassName
{
color: #AF63B7;
}
.AnyTagClassName
{
color: #AF63B7;
}
</style>
background-color css
<style>
a { background-color: #AF63B7; }
a { background-color: rgb(175,99,183); }
div.DivClassName
{
background-color: #AF63B7;
}
.BgClassName
{
background-color: #AF63B7;
}
</style>
border-color css
<style>
span { border-color: #AF63B7; }
span { border-color: rgb(175,99,183); }
td.TdClassName
{
border-color: #AF63B7;
}
.TagClassName
{
border-color: #AF63B7;
}
</style>