Shades of Fuchsia #AF33A8
Tints of Fuchsia #AF33A8
RGB
CMYK
RGB Variations
Color information
#AF33A8 (or 0xAF33A8) is known color: Fuchsia. HEX triplet: AF, 33 and A8. RGB value is (175,51,168). Sum of RGB (Red+Green+Blue) = 175+51+168=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF33A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF33A8 is #50CC57. Grayscale: #656565. Windows color (decimal): -5295192 or 11023279. OLE color: 11023279.
HSL color Cylindrical-coordinate representation of color #AF33A8: hue angle of 303.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF33A8 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 168 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.31 |
| HSL | 303.39º | 0.55% | 0.44% | - |
| HSV(B) | 303.39º | 0.71% | 0.69% | - |
| XYZ | 25.93 | 14.31 | 38.44 | - |
| YUV | 101.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 168 | 0 | 0.71 | 0.04 | 0.31 | 303.39 | 0.55 | 0.44 |
| Hex | AF | 33 | A8 | 0 | 47 | 4 | 1F | 12F | 37 | 2C |
| Octal | 257 | 63 | 250 | 0 | 107 | 4 | 37 | 457 | 67 | 54 |
| Binary | 10101111 | 110011 | 10101000 | 0 | 1000111 | 100 | 11111 | 100101111 | 110111 | 101100 |
Color Harmonies of #AF33A8
Complementary color
Monochromatic Colors of #AF33A8
Black with #AF33A8
Text Example
Text Example
White with #AF33A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33A8; }
p { color: rgb(175,51,168); }
H1.HeaderClassName
{
color: #AF33A8;
}
.AnyTagClassName
{
color: #AF33A8;
}
</style>
background-color css
<style>
a { background-color: #AF33A8; }
a { background-color: rgb(175,51,168); }
div.DivClassName
{
background-color: #AF33A8;
}
.BgClassName
{
background-color: #AF33A8;
}
</style>
border-color css
<style>
span { border-color: #AF33A8; }
span { border-color: rgb(175,51,168); }
td.TdClassName
{
border-color: #AF33A8;
}
.TagClassName
{
border-color: #AF33A8;
}
</style>