Shades of Fuchsia #AF2DAB
Tints of Fuchsia #AF2DAB
RGB
CMYK
RGB Variations
Color information
#AF2DAB (or 0xAF2DAB) is known color: Fuchsia. HEX triplet: AF, 2D and AB. RGB value is (175,45,171). Sum of RGB (Red+Green+Blue) = 175+45+171=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2DAB is #50D254. Grayscale: #616161. Windows color (decimal): -5296725 or 11218351. OLE color: 11218351.
HSL color Cylindrical-coordinate representation of color #AF2DAB: hue angle of 301.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2DAB is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 45 | 171 | - |
CMYK | 0 | 0.74 | 0.02 | 0.31 |
HSL | 301.85º | 0.59% | 0.43% | - |
HSV(B) | 301.85º | 0.74% | 0.69% | - |
XYZ | 25.97 | 13.93 | 39.85 | - |
YUV | 98.23 | 169.07 | 182.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 45 | 171 | 0 | 0.74 | 0.02 | 0.31 | 301.85 | 0.59 | 0.43 |
Hex | AF | 2D | AB | 0 | 4A | 2 | 1F | 12E | 3B | 2B |
Octal | 257 | 55 | 253 | 0 | 112 | 2 | 37 | 456 | 73 | 53 |
Binary | 10101111 | 101101 | 10101011 | 0 | 1001010 | 10 | 11111 | 100101110 | 111011 | 101011 |
Color Harmonies of #AF2DAB
Complementary color
Monochromatic Colors of #AF2DAB
Black with #AF2DAB
Text Example
Text Example
White with #AF2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DAB; }
p { color: rgb(175,45,171); }
H1.HeaderClassName
{
color: #AF2DAB;
}
.AnyTagClassName
{
color: #AF2DAB;
}
</style>
background-color css
<style>
a { background-color: #AF2DAB; }
a { background-color: rgb(175,45,171); }
div.DivClassName
{
background-color: #AF2DAB;
}
.BgClassName
{
background-color: #AF2DAB;
}
</style>
border-color css
<style>
span { border-color: #AF2DAB; }
span { border-color: rgb(175,45,171); }
td.TdClassName
{
border-color: #AF2DAB;
}
.TagClassName
{
border-color: #AF2DAB;
}
</style>