Shades of Fuchsia #AF3AAD
Tints of Fuchsia #AF3AAD
RGB
CMYK
RGB Variations
Color information
#AF3AAD (or 0xAF3AAD) is known color: Fuchsia. HEX triplet: AF, 3A and AD. RGB value is (175,58,173). Sum of RGB (Red+Green+Blue) = 175+58+173=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AAD is #50C552. Grayscale: #696969. Windows color (decimal): -5293395 or 11352751. OLE color: 11352751.
HSL color Cylindrical-coordinate representation of color #AF3AAD: hue angle of 301.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3AAD is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 173 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.31 |
| HSL | 301.03º | 0.5% | 0.46% | - |
| HSV(B) | 301.03º | 0.67% | 0.69% | - |
| XYZ | 26.74 | 15.16 | 41.05 | - |
| YUV | 106.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 173 | 0 | 0.67 | 0.01 | 0.31 | 301.03 | 0.5 | 0.46 |
| Hex | AF | 3A | AD | 0 | 43 | 1 | 1F | 12D | 32 | 2E |
| Octal | 257 | 72 | 255 | 0 | 103 | 1 | 37 | 455 | 62 | 56 |
| Binary | 10101111 | 111010 | 10101101 | 0 | 1000011 | 1 | 11111 | 100101101 | 110010 | 101110 |
Color Harmonies of #AF3AAD
Complementary color
Monochromatic Colors of #AF3AAD
Black with #AF3AAD
Text Example
Text Example
White with #AF3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AAD; }
p { color: rgb(175,58,173); }
H1.HeaderClassName
{
color: #AF3AAD;
}
.AnyTagClassName
{
color: #AF3AAD;
}
</style>
background-color css
<style>
a { background-color: #AF3AAD; }
a { background-color: rgb(175,58,173); }
div.DivClassName
{
background-color: #AF3AAD;
}
.BgClassName
{
background-color: #AF3AAD;
}
</style>
border-color css
<style>
span { border-color: #AF3AAD; }
span { border-color: rgb(175,58,173); }
td.TdClassName
{
border-color: #AF3AAD;
}
.TagClassName
{
border-color: #AF3AAD;
}
</style>