Shades of Fuchsia #AF38A8
Tints of Fuchsia #AF38A8
RGB
CMYK
RGB Variations
Color information
#AF38A8 (or 0xAF38A8) is known color: Fuchsia. HEX triplet: AF, 38 and A8. RGB value is (175,56,168). Sum of RGB (Red+Green+Blue) = 175+56+168=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF38A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38A8 is #50C757. Grayscale: #686868. Windows color (decimal): -5293912 or 11024559. OLE color: 11024559.
HSL color Cylindrical-coordinate representation of color #AF38A8: hue angle of 303.53º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF38A8 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 168 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.31 |
| HSL | 303.53º | 0.52% | 0.45% | - |
| HSV(B) | 303.53º | 0.68% | 0.69% | - |
| XYZ | 26.16 | 14.77 | 38.52 | - |
| YUV | 104.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 168 | 0 | 0.68 | 0.04 | 0.31 | 303.53 | 0.52 | 0.45 |
| Hex | AF | 38 | A8 | 0 | 44 | 4 | 1F | 130 | 34 | 2D |
| Octal | 257 | 70 | 250 | 0 | 104 | 4 | 37 | 460 | 64 | 55 |
| Binary | 10101111 | 111000 | 10101000 | 0 | 1000100 | 100 | 11111 | 100110000 | 110100 | 101101 |
Color Harmonies of #AF38A8
Complementary color
Monochromatic Colors of #AF38A8
Black with #AF38A8
Text Example
Text Example
White with #AF38A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF38A8; }
p { color: rgb(175,56,168); }
H1.HeaderClassName
{
color: #AF38A8;
}
.AnyTagClassName
{
color: #AF38A8;
}
</style>
background-color css
<style>
a { background-color: #AF38A8; }
a { background-color: rgb(175,56,168); }
div.DivClassName
{
background-color: #AF38A8;
}
.BgClassName
{
background-color: #AF38A8;
}
</style>
border-color css
<style>
span { border-color: #AF38A8; }
span { border-color: rgb(175,56,168); }
td.TdClassName
{
border-color: #AF38A8;
}
.TagClassName
{
border-color: #AF38A8;
}
</style>