Shades of Fuchsia #AF3DAC
Tints of Fuchsia #AF3DAC
RGB
CMYK
RGB Variations
Color information
#AF3DAC (or 0xAF3DAC) is known color: Fuchsia. HEX triplet: AF, 3D and AC. RGB value is (175,61,172). Sum of RGB (Red+Green+Blue) = 175+61+172=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3DAC is #50C253. Grayscale: #6B6B6B. Windows color (decimal): -5292628 or 11287983. OLE color: 11287983.
HSL color Cylindrical-coordinate representation of color #AF3DAC: hue angle of 301.58º 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 #AF3DAC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 172 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.31 |
| HSL | 301.58º | 0.48% | 0.46% | - |
| HSV(B) | 301.58º | 0.65% | 0.69% | - |
| XYZ | 26.79 | 15.43 | 40.6 | - |
| YUV | 107.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 172 | 0 | 0.65 | 0.02 | 0.31 | 301.58 | 0.48 | 0.46 |
| Hex | AF | 3D | AC | 0 | 41 | 2 | 1F | 12E | 30 | 2E |
| Octal | 257 | 75 | 254 | 0 | 101 | 2 | 37 | 456 | 60 | 56 |
| Binary | 10101111 | 111101 | 10101100 | 0 | 1000001 | 10 | 11111 | 100101110 | 110000 | 101110 |
Color Harmonies of #AF3DAC
Complementary color
Monochromatic Colors of #AF3DAC
Black with #AF3DAC
Text Example
Text Example
White with #AF3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DAC; }
p { color: rgb(175,61,172); }
H1.HeaderClassName
{
color: #AF3DAC;
}
.AnyTagClassName
{
color: #AF3DAC;
}
</style>
background-color css
<style>
a { background-color: #AF3DAC; }
a { background-color: rgb(175,61,172); }
div.DivClassName
{
background-color: #AF3DAC;
}
.BgClassName
{
background-color: #AF3DAC;
}
</style>
border-color css
<style>
span { border-color: #AF3DAC; }
span { border-color: rgb(175,61,172); }
td.TdClassName
{
border-color: #AF3DAC;
}
.TagClassName
{
border-color: #AF3DAC;
}
</style>