Shades of Fuchsia #AF38AF
Tints of Fuchsia #AF38AF
RGB
CMYK
RGB Variations
Color information
#AF38AF (or 0xAF38AF) is known color: Fuchsia. HEX triplet: AF, 38 and AF. RGB value is (175,56,175). Sum of RGB (Red+Green+Blue) = 175+56+175=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF38AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38AF is #50C750. Grayscale: #686868. Windows color (decimal): -5293905 or 11483311. OLE color: 11483311.
HSL color Cylindrical-coordinate representation of color #AF38AF: hue angle of 300º 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 #AF38AF is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 175 | - |
| CMYK | 0 | 0.68 | 0 | 0.31 |
| HSL | 300º | 0.52% | 0.45% | - |
| HSV(B) | 300º | 0.68% | 0.69% | - |
| XYZ | 26.83 | 15.04 | 42.05 | - |
| YUV | 105.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 175 | 0 | 0.68 | 0 | 0.31 | 300 | 0.52 | 0.45 |
| Hex | AF | 38 | AF | 0 | 44 | 0 | 1F | 12C | 34 | 2D |
| Octal | 257 | 70 | 257 | 0 | 104 | 0 | 37 | 454 | 64 | 55 |
| Binary | 10101111 | 111000 | 10101111 | 0 | 1000100 | 0 | 11111 | 100101100 | 110100 | 101101 |
Color Harmonies of #AF38AF
Complementary color
Monochromatic Colors of #AF38AF
Black with #AF38AF
Text Example
Text Example
White with #AF38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF38AF; }
p { color: rgb(175,56,175); }
H1.HeaderClassName
{
color: #AF38AF;
}
.AnyTagClassName
{
color: #AF38AF;
}
</style>
background-color css
<style>
a { background-color: #AF38AF; }
a { background-color: rgb(175,56,175); }
div.DivClassName
{
background-color: #AF38AF;
}
.BgClassName
{
background-color: #AF38AF;
}
</style>
border-color css
<style>
span { border-color: #AF38AF; }
span { border-color: rgb(175,56,175); }
td.TdClassName
{
border-color: #AF38AF;
}
.TagClassName
{
border-color: #AF38AF;
}
</style>