Shades of Fuchsia #AF42BD
Tints of Fuchsia #AF42BD
RGB
CMYK
RGB Variations
Color information
#AF42BD (or 0xAF42BD) is known color: Fuchsia. HEX triplet: AF, 42 and BD. RGB value is (175,66,189). Sum of RGB (Red+Green+Blue) = 175+66+189=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF42BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42BD is #50BD42. Grayscale: #707070. Windows color (decimal): -5291331 or 12403375. OLE color: 12403375.
HSL color Cylindrical-coordinate representation of color #AF42BD: hue angle of 293.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF42BD is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 66 | 189 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.26 |
| HSL | 293.17º | 0.48% | 0.5% | - |
| HSV(B) | 293.17º | 0.65% | 0.74% | - |
| XYZ | 28.81 | 16.68 | 49.85 | - |
| YUV | 112.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 189 | 0.07 | 0.65 | 0 | 0.26 | 293.17 | 0.48 | 0.5 |
| Hex | AF | 42 | BD | 7 | 41 | 0 | 1A | 125 | 30 | 32 |
| Octal | 257 | 102 | 275 | 7 | 101 | 0 | 32 | 445 | 60 | 62 |
| Binary | 10101111 | 1000010 | 10111101 | 111 | 1000001 | 0 | 11010 | 100100101 | 110000 | 110010 |
Color Harmonies of #AF42BD
Complementary color
Monochromatic Colors of #AF42BD
Black with #AF42BD
Text Example
Text Example
White with #AF42BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42BD; }
p { color: rgb(175,66,189); }
H1.HeaderClassName
{
color: #AF42BD;
}
.AnyTagClassName
{
color: #AF42BD;
}
</style>
background-color css
<style>
a { background-color: #AF42BD; }
a { background-color: rgb(175,66,189); }
div.DivClassName
{
background-color: #AF42BD;
}
.BgClassName
{
background-color: #AF42BD;
}
</style>
border-color css
<style>
span { border-color: #AF42BD; }
span { border-color: rgb(175,66,189); }
td.TdClassName
{
border-color: #AF42BD;
}
.TagClassName
{
border-color: #AF42BD;
}
</style>