Shades of Fuchsia #AF32B2
Tints of Fuchsia #AF32B2
RGB
CMYK
RGB Variations
Color information
#AF32B2 (or 0xAF32B2) is known color: Fuchsia. HEX triplet: AF, 32 and B2. RGB value is (175,50,178). Sum of RGB (Red+Green+Blue) = 175+50+178=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF32B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF32B2 is #50CD4D. Grayscale: #656565. Windows color (decimal): -5295438 or 11678383. OLE color: 11678383.
HSL color Cylindrical-coordinate representation of color #AF32B2: hue angle of 298.59º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF32B2 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 50 | 178 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.30 |
| HSL | 298.59º | 0.56% | 0.45% | - |
| HSV(B) | 298.59º | 0.72% | 0.7% | - |
| XYZ | 26.86 | 14.61 | 43.52 | - |
| YUV | 101.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 178 | 0.02 | 0.72 | 0 | 0.30 | 298.59 | 0.56 | 0.45 |
| Hex | AF | 32 | B2 | 2 | 48 | 0 | 1E | 12B | 38 | 2D |
| Octal | 257 | 62 | 262 | 2 | 110 | 0 | 36 | 453 | 70 | 55 |
| Binary | 10101111 | 110010 | 10110010 | 10 | 1001000 | 0 | 11110 | 100101011 | 111000 | 101101 |
Color Harmonies of #AF32B2
Complementary color
Monochromatic Colors of #AF32B2
Black with #AF32B2
Text Example
Text Example
White with #AF32B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32B2; }
p { color: rgb(175,50,178); }
H1.HeaderClassName
{
color: #AF32B2;
}
.AnyTagClassName
{
color: #AF32B2;
}
</style>
background-color css
<style>
a { background-color: #AF32B2; }
a { background-color: rgb(175,50,178); }
div.DivClassName
{
background-color: #AF32B2;
}
.BgClassName
{
background-color: #AF32B2;
}
</style>
border-color css
<style>
span { border-color: #AF32B2; }
span { border-color: rgb(175,50,178); }
td.TdClassName
{
border-color: #AF32B2;
}
.TagClassName
{
border-color: #AF32B2;
}
</style>