Shades of Fuchsia #AF40AD
Tints of Fuchsia #AF40AD
RGB
CMYK
RGB Variations
Color information
#AF40AD (or 0xAF40AD) is known color: Fuchsia. HEX triplet: AF, 40 and AD. RGB value is (175,64,173). Sum of RGB (Red+Green+Blue) = 175+64+173=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF40AD is #50BF52. Grayscale: #6D6D6D. Windows color (decimal): -5291859 or 11354287. OLE color: 11354287.
HSL color Cylindrical-coordinate representation of color #AF40AD: hue angle of 301.08º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF40AD is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 173 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.31 |
| HSL | 301.08º | 0.46% | 0.47% | - |
| HSV(B) | 301.08º | 0.63% | 0.69% | - |
| XYZ | 27.06 | 15.8 | 41.16 | - |
| YUV | 109.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 173 | 0 | 0.63 | 0.01 | 0.31 | 301.08 | 0.46 | 0.47 |
| Hex | AF | 40 | AD | 0 | 3F | 1 | 1F | 12D | 2E | 2F |
| Octal | 257 | 100 | 255 | 0 | 77 | 1 | 37 | 455 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10101101 | 0 | 111111 | 1 | 11111 | 100101101 | 101110 | 101111 |
Color Harmonies of #AF40AD
Complementary color
Monochromatic Colors of #AF40AD
Black with #AF40AD
Text Example
Text Example
White with #AF40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40AD; }
p { color: rgb(175,64,173); }
H1.HeaderClassName
{
color: #AF40AD;
}
.AnyTagClassName
{
color: #AF40AD;
}
</style>
background-color css
<style>
a { background-color: #AF40AD; }
a { background-color: rgb(175,64,173); }
div.DivClassName
{
background-color: #AF40AD;
}
.BgClassName
{
background-color: #AF40AD;
}
</style>
border-color css
<style>
span { border-color: #AF40AD; }
span { border-color: rgb(175,64,173); }
td.TdClassName
{
border-color: #AF40AD;
}
.TagClassName
{
border-color: #AF40AD;
}
</style>