Shades of Fuchsia #AF3DB8
Tints of Fuchsia #AF3DB8
RGB
CMYK
RGB Variations
Color information
#AF3DB8 (or 0xAF3DB8) is known color: Fuchsia. HEX triplet: AF, 3D and B8. RGB value is (175,61,184). Sum of RGB (Red+Green+Blue) = 175+61+184=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF3DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DB8 is #50C247. Grayscale: #6C6C6C. Windows color (decimal): -5292616 or 12074415. OLE color: 12074415.
HSL color Cylindrical-coordinate representation of color #AF3DB8: hue angle of 295.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3DB8 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 61 | 184 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.28 |
| HSL | 295.61º | 0.5% | 0.48% | - |
| HSV(B) | 295.61º | 0.67% | 0.72% | - |
| XYZ | 28 | 15.91 | 46.94 | - |
| YUV | 109.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 184 | 0.05 | 0.67 | 0 | 0.28 | 295.61 | 0.5 | 0.48 |
| Hex | AF | 3D | B8 | 5 | 43 | 0 | 1C | 128 | 32 | 30 |
| Octal | 257 | 75 | 270 | 5 | 103 | 0 | 34 | 450 | 62 | 60 |
| Binary | 10101111 | 111101 | 10111000 | 101 | 1000011 | 0 | 11100 | 100101000 | 110010 | 110000 |
Color Harmonies of #AF3DB8
Complementary color
Monochromatic Colors of #AF3DB8
Black with #AF3DB8
Text Example
Text Example
White with #AF3DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DB8; }
p { color: rgb(175,61,184); }
H1.HeaderClassName
{
color: #AF3DB8;
}
.AnyTagClassName
{
color: #AF3DB8;
}
</style>
background-color css
<style>
a { background-color: #AF3DB8; }
a { background-color: rgb(175,61,184); }
div.DivClassName
{
background-color: #AF3DB8;
}
.BgClassName
{
background-color: #AF3DB8;
}
</style>
border-color css
<style>
span { border-color: #AF3DB8; }
span { border-color: rgb(175,61,184); }
td.TdClassName
{
border-color: #AF3DB8;
}
.TagClassName
{
border-color: #AF3DB8;
}
</style>