Shades of Fuchsia #AF40BC
Tints of Fuchsia #AF40BC
RGB
CMYK
RGB Variations
Color information
#AF40BC (or 0xAF40BC) is known color: Fuchsia. HEX triplet: AF, 40 and BC. RGB value is (175,64,188). Sum of RGB (Red+Green+Blue) = 175+64+188=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF40BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40BC is #50BF43. Grayscale: #6E6E6E. Windows color (decimal): -5291844 or 12337327. OLE color: 12337327.
HSL color Cylindrical-coordinate representation of color #AF40BC: hue angle of 293.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF40BC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 64 | 188 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.26 |
| HSL | 293.71º | 0.49% | 0.49% | - |
| HSV(B) | 293.71º | 0.66% | 0.74% | - |
| XYZ | 28.59 | 16.41 | 49.24 | - |
| YUV | 111.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 188 | 0.07 | 0.66 | 0 | 0.26 | 293.71 | 0.49 | 0.49 |
| Hex | AF | 40 | BC | 7 | 42 | 0 | 1A | 126 | 31 | 31 |
| Octal | 257 | 100 | 274 | 7 | 102 | 0 | 32 | 446 | 61 | 61 |
| Binary | 10101111 | 1000000 | 10111100 | 111 | 1000010 | 0 | 11010 | 100100110 | 110001 | 110001 |
Color Harmonies of #AF40BC
Complementary color
Monochromatic Colors of #AF40BC
Black with #AF40BC
Text Example
Text Example
White with #AF40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40BC; }
p { color: rgb(175,64,188); }
H1.HeaderClassName
{
color: #AF40BC;
}
.AnyTagClassName
{
color: #AF40BC;
}
</style>
background-color css
<style>
a { background-color: #AF40BC; }
a { background-color: rgb(175,64,188); }
div.DivClassName
{
background-color: #AF40BC;
}
.BgClassName
{
background-color: #AF40BC;
}
</style>
border-color css
<style>
span { border-color: #AF40BC; }
span { border-color: rgb(175,64,188); }
td.TdClassName
{
border-color: #AF40BC;
}
.TagClassName
{
border-color: #AF40BC;
}
</style>