Shades of Fuchsia #AF57B5
Tints of Fuchsia #AF57B5
RGB
CMYK
RGB Variations
Color information
#AF57B5 (or 0xAF57B5) is known color: Fuchsia. HEX triplet: AF, 57 and B5. RGB value is (175,87,181). Sum of RGB (Red+Green+Blue) = 175+87+181=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF57B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57B5 is #50A84A. Grayscale: #7B7B7B. Windows color (decimal): -5285963 or 11884463. OLE color: 11884463.
HSL color Cylindrical-coordinate representation of color #AF57B5: hue angle of 296.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF57B5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 87 | 181 | - |
CMYK | 0.03 | 0.52 | 0 | 0.29 |
HSL | 296.17º | 0.39% | 0.53% | - |
HSV(B) | 296.17º | 0.52% | 0.71% | - |
XYZ | 29.43 | 19.27 | 45.88 | - |
YUV | 124.03 | 160.15 | 164.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 87 | 181 | 0.03 | 0.52 | 0 | 0.29 | 296.17 | 0.39 | 0.53 |
Hex | AF | 57 | B5 | 3 | 34 | 0 | 1D | 128 | 27 | 35 |
Octal | 257 | 127 | 265 | 3 | 64 | 0 | 35 | 450 | 47 | 65 |
Binary | 10101111 | 1010111 | 10110101 | 11 | 110100 | 0 | 11101 | 100101000 | 100111 | 110101 |
Color Harmonies of #AF57B5
Complementary color
Monochromatic Colors of #AF57B5
Black with #AF57B5
Text Example
Text Example
White with #AF57B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57B5; }
p { color: rgb(175,87,181); }
H1.HeaderClassName
{
color: #AF57B5;
}
.AnyTagClassName
{
color: #AF57B5;
}
</style>
background-color css
<style>
a { background-color: #AF57B5; }
a { background-color: rgb(175,87,181); }
div.DivClassName
{
background-color: #AF57B5;
}
.BgClassName
{
background-color: #AF57B5;
}
</style>
border-color css
<style>
span { border-color: #AF57B5; }
span { border-color: rgb(175,87,181); }
td.TdClassName
{
border-color: #AF57B5;
}
.TagClassName
{
border-color: #AF57B5;
}
</style>