Shades of Fuchsia #AF52B2
Tints of Fuchsia #AF52B2
RGB
CMYK
RGB Variations
Color information
#AF52B2 (or 0xAF52B2) is known color: Fuchsia. HEX triplet: AF, 52 and B2. RGB value is (175,82,178). Sum of RGB (Red+Green+Blue) = 175+82+178=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF52B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF52B2 is #50AD4D. Grayscale: #787878. Windows color (decimal): -5287246 or 11686575. OLE color: 11686575.
HSL color Cylindrical-coordinate representation of color #AF52B2: hue angle of 298.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF52B2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 82 | 178 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.30 |
| HSL | 298.13º | 0.38% | 0.51% | - |
| HSV(B) | 298.13º | 0.54% | 0.7% | - |
| XYZ | 28.73 | 18.36 | 44.15 | - |
| YUV | 120.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 178 | 0.02 | 0.54 | 0 | 0.30 | 298.13 | 0.38 | 0.51 |
| Hex | AF | 52 | B2 | 2 | 36 | 0 | 1E | 12A | 26 | 33 |
| Octal | 257 | 122 | 262 | 2 | 66 | 0 | 36 | 452 | 46 | 63 |
| Binary | 10101111 | 1010010 | 10110010 | 10 | 110110 | 0 | 11110 | 100101010 | 100110 | 110011 |
Color Harmonies of #AF52B2
Complementary color
Monochromatic Colors of #AF52B2
Black with #AF52B2
Text Example
Text Example
White with #AF52B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52B2; }
p { color: rgb(175,82,178); }
H1.HeaderClassName
{
color: #AF52B2;
}
.AnyTagClassName
{
color: #AF52B2;
}
</style>
background-color css
<style>
a { background-color: #AF52B2; }
a { background-color: rgb(175,82,178); }
div.DivClassName
{
background-color: #AF52B2;
}
.BgClassName
{
background-color: #AF52B2;
}
</style>
border-color css
<style>
span { border-color: #AF52B2; }
span { border-color: rgb(175,82,178); }
td.TdClassName
{
border-color: #AF52B2;
}
.TagClassName
{
border-color: #AF52B2;
}
</style>