Shades of Fuchsia #AF63B8
Tints of Fuchsia #AF63B8
RGB
CMYK
RGB Variations
Color information
#AF63B8 (or 0xAF63B8) is known color: Fuchsia. HEX triplet: AF, 63 and B8. RGB value is (175,99,184). Sum of RGB (Red+Green+Blue) = 175+99+184=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF63B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63B8 is #509C47. Grayscale: #838383. Windows color (decimal): -5282888 or 12084143. OLE color: 12084143.
HSL color Cylindrical-coordinate representation of color #AF63B8: hue angle of 293.65º 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 #AF63B8 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 99 | 184 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.28 |
| HSL | 293.65º | 0.37% | 0.55% | - |
| HSV(B) | 293.65º | 0.46% | 0.72% | - |
| XYZ | 30.79 | 21.5 | 47.87 | - |
| YUV | 131.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 184 | 0.05 | 0.46 | 0 | 0.28 | 293.65 | 0.37 | 0.55 |
| Hex | AF | 63 | B8 | 5 | 2E | 0 | 1C | 126 | 25 | 37 |
| Octal | 257 | 143 | 270 | 5 | 56 | 0 | 34 | 446 | 45 | 67 |
| Binary | 10101111 | 1100011 | 10111000 | 101 | 101110 | 0 | 11100 | 100100110 | 100101 | 110111 |
Color Harmonies of #AF63B8
Complementary color
Monochromatic Colors of #AF63B8
Black with #AF63B8
Text Example
Text Example
White with #AF63B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63B8; }
p { color: rgb(175,99,184); }
H1.HeaderClassName
{
color: #AF63B8;
}
.AnyTagClassName
{
color: #AF63B8;
}
</style>
background-color css
<style>
a { background-color: #AF63B8; }
a { background-color: rgb(175,99,184); }
div.DivClassName
{
background-color: #AF63B8;
}
.BgClassName
{
background-color: #AF63B8;
}
</style>
border-color css
<style>
span { border-color: #AF63B8; }
span { border-color: rgb(175,99,184); }
td.TdClassName
{
border-color: #AF63B8;
}
.TagClassName
{
border-color: #AF63B8;
}
</style>