Shades of Fuchsia #AF4CB3
Tints of Fuchsia #AF4CB3
RGB
CMYK
RGB Variations
Color information
#AF4CB3 (or 0xAF4CB3) is known color: Fuchsia. HEX triplet: AF, 4C and B3. RGB value is (175,76,179). Sum of RGB (Red+Green+Blue) = 175+76+179=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF4CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CB3 is #50B34C. Grayscale: #757575. Windows color (decimal): -5288781 or 11750575. OLE color: 11750575.
HSL color Cylindrical-coordinate representation of color #AF4CB3: hue angle of 297.67º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4CB3 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 76 | 179 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.30 |
| HSL | 297.67º | 0.4% | 0.5% | - |
| HSV(B) | 297.67º | 0.58% | 0.7% | - |
| XYZ | 28.4 | 17.54 | 44.54 | - |
| YUV | 117.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 179 | 0.02 | 0.58 | 0 | 0.30 | 297.67 | 0.4 | 0.5 |
| Hex | AF | 4C | B3 | 2 | 3A | 0 | 1E | 12A | 28 | 32 |
| Octal | 257 | 114 | 263 | 2 | 72 | 0 | 36 | 452 | 50 | 62 |
| Binary | 10101111 | 1001100 | 10110011 | 10 | 111010 | 0 | 11110 | 100101010 | 101000 | 110010 |
Color Harmonies of #AF4CB3
Complementary color
Monochromatic Colors of #AF4CB3
Black with #AF4CB3
Text Example
Text Example
White with #AF4CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CB3; }
p { color: rgb(175,76,179); }
H1.HeaderClassName
{
color: #AF4CB3;
}
.AnyTagClassName
{
color: #AF4CB3;
}
</style>
background-color css
<style>
a { background-color: #AF4CB3; }
a { background-color: rgb(175,76,179); }
div.DivClassName
{
background-color: #AF4CB3;
}
.BgClassName
{
background-color: #AF4CB3;
}
</style>
border-color css
<style>
span { border-color: #AF4CB3; }
span { border-color: rgb(175,76,179); }
td.TdClassName
{
border-color: #AF4CB3;
}
.TagClassName
{
border-color: #AF4CB3;
}
</style>