Shades of Fuchsia #AF34AB
Tints of Fuchsia #AF34AB
RGB
CMYK
RGB Variations
Color information
#AF34AB (or 0xAF34AB) is known color: Fuchsia. HEX triplet: AF, 34 and AB. RGB value is (175,52,171). Sum of RGB (Red+Green+Blue) = 175+52+171=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34AB is #50CB54. Grayscale: #656565. Windows color (decimal): -5294933 or 11220143. OLE color: 11220143.
HSL color Cylindrical-coordinate representation of color #AF34AB: hue angle of 301.95º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF34AB is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 171 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.31 |
| HSL | 301.95º | 0.54% | 0.45% | - |
| HSV(B) | 301.95º | 0.7% | 0.69% | - |
| XYZ | 26.26 | 14.51 | 39.94 | - |
| YUV | 102.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 171 | 0 | 0.70 | 0.02 | 0.31 | 301.95 | 0.54 | 0.45 |
| Hex | AF | 34 | AB | 0 | 46 | 2 | 1F | 12E | 36 | 2D |
| Octal | 257 | 64 | 253 | 0 | 106 | 2 | 37 | 456 | 66 | 55 |
| Binary | 10101111 | 110100 | 10101011 | 0 | 1000110 | 10 | 11111 | 100101110 | 110110 | 101101 |
Color Harmonies of #AF34AB
Complementary color
Monochromatic Colors of #AF34AB
Black with #AF34AB
Text Example
Text Example
White with #AF34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34AB; }
p { color: rgb(175,52,171); }
H1.HeaderClassName
{
color: #AF34AB;
}
.AnyTagClassName
{
color: #AF34AB;
}
</style>
background-color css
<style>
a { background-color: #AF34AB; }
a { background-color: rgb(175,52,171); }
div.DivClassName
{
background-color: #AF34AB;
}
.BgClassName
{
background-color: #AF34AB;
}
</style>
border-color css
<style>
span { border-color: #AF34AB; }
span { border-color: rgb(175,52,171); }
td.TdClassName
{
border-color: #AF34AB;
}
.TagClassName
{
border-color: #AF34AB;
}
</style>