Shades of Fuchsia #AF3AA8
Tints of Fuchsia #AF3AA8
RGB
CMYK
RGB Variations
Color information
#AF3AA8 (or 0xAF3AA8) is known color: Fuchsia. HEX triplet: AF, 3A and A8. RGB value is (175,58,168). Sum of RGB (Red+Green+Blue) = 175+58+168=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AA8 is #50C557. Grayscale: #696969. Windows color (decimal): -5293400 or 11025071. OLE color: 11025071.
HSL color Cylindrical-coordinate representation of color #AF3AA8: hue angle of 303.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3AA8 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 168 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.31 |
| HSL | 303.59º | 0.5% | 0.46% | - |
| HSV(B) | 303.59º | 0.67% | 0.69% | - |
| XYZ | 26.26 | 14.97 | 38.55 | - |
| YUV | 105.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 168 | 0 | 0.67 | 0.04 | 0.31 | 303.59 | 0.5 | 0.46 |
| Hex | AF | 3A | A8 | 0 | 43 | 4 | 1F | 130 | 32 | 2E |
| Octal | 257 | 72 | 250 | 0 | 103 | 4 | 37 | 460 | 62 | 56 |
| Binary | 10101111 | 111010 | 10101000 | 0 | 1000011 | 100 | 11111 | 100110000 | 110010 | 101110 |
Color Harmonies of #AF3AA8
Complementary color
Monochromatic Colors of #AF3AA8
Black with #AF3AA8
Text Example
Text Example
White with #AF3AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AA8; }
p { color: rgb(175,58,168); }
H1.HeaderClassName
{
color: #AF3AA8;
}
.AnyTagClassName
{
color: #AF3AA8;
}
</style>
background-color css
<style>
a { background-color: #AF3AA8; }
a { background-color: rgb(175,58,168); }
div.DivClassName
{
background-color: #AF3AA8;
}
.BgClassName
{
background-color: #AF3AA8;
}
</style>
border-color css
<style>
span { border-color: #AF3AA8; }
span { border-color: rgb(175,58,168); }
td.TdClassName
{
border-color: #AF3AA8;
}
.TagClassName
{
border-color: #AF3AA8;
}
</style>