Shades of Fuchsia #AF3DA8
Tints of Fuchsia #AF3DA8
RGB
CMYK
RGB Variations
Color information
#AF3DA8 (or 0xAF3DA8) is known color: Fuchsia. HEX triplet: AF, 3D and A8. RGB value is (175,61,168). Sum of RGB (Red+Green+Blue) = 175+61+168=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3DA8 is #50C257. Grayscale: #6A6A6A. Windows color (decimal): -5292632 or 11025839. OLE color: 11025839.
HSL color Cylindrical-coordinate representation of color #AF3DA8: hue angle of 303.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3DA8 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 168 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.31 |
| HSL | 303.68º | 0.48% | 0.46% | - |
| HSV(B) | 303.68º | 0.65% | 0.69% | - |
| XYZ | 26.42 | 15.28 | 38.6 | - |
| YUV | 107.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 168 | 0 | 0.65 | 0.04 | 0.31 | 303.68 | 0.48 | 0.46 |
| Hex | AF | 3D | A8 | 0 | 41 | 4 | 1F | 130 | 30 | 2E |
| Octal | 257 | 75 | 250 | 0 | 101 | 4 | 37 | 460 | 60 | 56 |
| Binary | 10101111 | 111101 | 10101000 | 0 | 1000001 | 100 | 11111 | 100110000 | 110000 | 101110 |
Color Harmonies of #AF3DA8
Complementary color
Monochromatic Colors of #AF3DA8
Black with #AF3DA8
Text Example
Text Example
White with #AF3DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DA8; }
p { color: rgb(175,61,168); }
H1.HeaderClassName
{
color: #AF3DA8;
}
.AnyTagClassName
{
color: #AF3DA8;
}
</style>
background-color css
<style>
a { background-color: #AF3DA8; }
a { background-color: rgb(175,61,168); }
div.DivClassName
{
background-color: #AF3DA8;
}
.BgClassName
{
background-color: #AF3DA8;
}
</style>
border-color css
<style>
span { border-color: #AF3DA8; }
span { border-color: rgb(175,61,168); }
td.TdClassName
{
border-color: #AF3DA8;
}
.TagClassName
{
border-color: #AF3DA8;
}
</style>