Shades of Fuchsia #AF45BE
Tints of Fuchsia #AF45BE
RGB
CMYK
RGB Variations
Color information
#AF45BE (or 0xAF45BE) is known color: Fuchsia. HEX triplet: AF, 45 and BE. RGB value is (175,69,190). Sum of RGB (Red+Green+Blue) = 175+69+190=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF45BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45BE is #50BA41. Grayscale: #727272. Windows color (decimal): -5290562 or 12469679. OLE color: 12469679.
HSL color Cylindrical-coordinate representation of color #AF45BE: hue angle of 292.56º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF45BE is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 69 | 190 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.25 |
| HSL | 292.56º | 0.48% | 0.51% | - |
| HSV(B) | 292.56º | 0.64% | 0.75% | - |
| XYZ | 29.1 | 17.09 | 50.48 | - |
| YUV | 114.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 190 | 0.08 | 0.64 | 0 | 0.25 | 292.56 | 0.48 | 0.51 |
| Hex | AF | 45 | BE | 8 | 40 | 0 | 19 | 125 | 30 | 33 |
| Octal | 257 | 105 | 276 | 10 | 100 | 0 | 31 | 445 | 60 | 63 |
| Binary | 10101111 | 1000101 | 10111110 | 1000 | 1000000 | 0 | 11001 | 100100101 | 110000 | 110011 |
Color Harmonies of #AF45BE
Complementary color
Monochromatic Colors of #AF45BE
Black with #AF45BE
Text Example
Text Example
White with #AF45BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45BE; }
p { color: rgb(175,69,190); }
H1.HeaderClassName
{
color: #AF45BE;
}
.AnyTagClassName
{
color: #AF45BE;
}
</style>
background-color css
<style>
a { background-color: #AF45BE; }
a { background-color: rgb(175,69,190); }
div.DivClassName
{
background-color: #AF45BE;
}
.BgClassName
{
background-color: #AF45BE;
}
</style>
border-color css
<style>
span { border-color: #AF45BE; }
span { border-color: rgb(175,69,190); }
td.TdClassName
{
border-color: #AF45BE;
}
.TagClassName
{
border-color: #AF45BE;
}
</style>