Shades of Fuchsia #AF55B2
Tints of Fuchsia #AF55B2
RGB
CMYK
RGB Variations
Color information
#AF55B2 (or 0xAF55B2) is known color: Fuchsia. HEX triplet: AF, 55 and B2. RGB value is (175,85,178). Sum of RGB (Red+Green+Blue) = 175+85+178=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF55B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55B2 is #50AA4D. Grayscale: #7A7A7A. Windows color (decimal): -5286478 or 11687343. OLE color: 11687343.
HSL color Cylindrical-coordinate representation of color #AF55B2: hue angle of 298.06º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF55B2 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 85 | 178 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.30 |
| HSL | 298.06º | 0.38% | 0.52% | - |
| HSV(B) | 298.06º | 0.52% | 0.7% | - |
| XYZ | 28.96 | 18.83 | 44.23 | - |
| YUV | 122.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 178 | 0.02 | 0.52 | 0 | 0.30 | 298.06 | 0.38 | 0.52 |
| Hex | AF | 55 | B2 | 2 | 34 | 0 | 1E | 12A | 26 | 34 |
| Octal | 257 | 125 | 262 | 2 | 64 | 0 | 36 | 452 | 46 | 64 |
| Binary | 10101111 | 1010101 | 10110010 | 10 | 110100 | 0 | 11110 | 100101010 | 100110 | 110100 |
Color Harmonies of #AF55B2
Complementary color
Monochromatic Colors of #AF55B2
Black with #AF55B2
Text Example
Text Example
White with #AF55B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55B2; }
p { color: rgb(175,85,178); }
H1.HeaderClassName
{
color: #AF55B2;
}
.AnyTagClassName
{
color: #AF55B2;
}
</style>
background-color css
<style>
a { background-color: #AF55B2; }
a { background-color: rgb(175,85,178); }
div.DivClassName
{
background-color: #AF55B2;
}
.BgClassName
{
background-color: #AF55B2;
}
</style>
border-color css
<style>
span { border-color: #AF55B2; }
span { border-color: rgb(175,85,178); }
td.TdClassName
{
border-color: #AF55B2;
}
.TagClassName
{
border-color: #AF55B2;
}
</style>