Shades of Fuchsia #AF38B1
Tints of Fuchsia #AF38B1
RGB
CMYK
RGB Variations
Color information
#AF38B1 (or 0xAF38B1) is known color: Fuchsia. HEX triplet: AF, 38 and B1. RGB value is (175,56,177). Sum of RGB (Red+Green+Blue) = 175+56+177=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF38B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38B1 is #50C74E. Grayscale: #696969. Windows color (decimal): -5293903 or 11614383. OLE color: 11614383.
HSL color Cylindrical-coordinate representation of color #AF38B1: hue angle of 299.01º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF38B1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 177 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.31 |
| HSL | 299.01º | 0.52% | 0.46% | - |
| HSV(B) | 299.01º | 0.68% | 0.69% | - |
| XYZ | 27.03 | 15.12 | 43.09 | - |
| YUV | 105.38 | 168.42 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 177 | 0.01 | 0.68 | 0 | 0.31 | 299.01 | 0.52 | 0.46 |
| Hex | AF | 38 | B1 | 1 | 44 | 0 | 1F | 12B | 34 | 2E |
| Octal | 257 | 70 | 261 | 1 | 104 | 0 | 37 | 453 | 64 | 56 |
| Binary | 10101111 | 111000 | 10110001 | 1 | 1000100 | 0 | 11111 | 100101011 | 110100 | 101110 |
Color Harmonies of #AF38B1
Complementary color
Monochromatic Colors of #AF38B1
Black with #AF38B1
Text Example
Text Example
White with #AF38B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF38B1; }
p { color: rgb(175,56,177); }
H1.HeaderClassName
{
color: #AF38B1;
}
.AnyTagClassName
{
color: #AF38B1;
}
</style>
background-color css
<style>
a { background-color: #AF38B1; }
a { background-color: rgb(175,56,177); }
div.DivClassName
{
background-color: #AF38B1;
}
.BgClassName
{
background-color: #AF38B1;
}
</style>
border-color css
<style>
span { border-color: #AF38B1; }
span { border-color: rgb(175,56,177); }
td.TdClassName
{
border-color: #AF38B1;
}
.TagClassName
{
border-color: #AF38B1;
}
</style>