Shades of Fuchsia #AF34A8
Tints of Fuchsia #AF34A8
RGB
CMYK
RGB Variations
Color information
#AF34A8 (or 0xAF34A8) is known color: Fuchsia. HEX triplet: AF, 34 and A8. RGB value is (175,52,168). Sum of RGB (Red+Green+Blue) = 175+52+168=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34A8 is #50CB57. Grayscale: #656565. Windows color (decimal): -5294936 or 11023535. OLE color: 11023535.
HSL color Cylindrical-coordinate representation of color #AF34A8: hue angle of 303.41º 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 #AF34A8 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 168 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.31 |
| HSL | 303.41º | 0.54% | 0.45% | - |
| HSV(B) | 303.41º | 0.7% | 0.69% | - |
| XYZ | 25.98 | 14.4 | 38.46 | - |
| YUV | 102 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 168 | 0 | 0.70 | 0.04 | 0.31 | 303.41 | 0.54 | 0.45 |
| Hex | AF | 34 | A8 | 0 | 46 | 4 | 1F | 12F | 36 | 2D |
| Octal | 257 | 64 | 250 | 0 | 106 | 4 | 37 | 457 | 66 | 55 |
| Binary | 10101111 | 110100 | 10101000 | 0 | 1000110 | 100 | 11111 | 100101111 | 110110 | 101101 |
Color Harmonies of #AF34A8
Complementary color
Monochromatic Colors of #AF34A8
Black with #AF34A8
Text Example
Text Example
White with #AF34A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34A8; }
p { color: rgb(175,52,168); }
H1.HeaderClassName
{
color: #AF34A8;
}
.AnyTagClassName
{
color: #AF34A8;
}
</style>
background-color css
<style>
a { background-color: #AF34A8; }
a { background-color: rgb(175,52,168); }
div.DivClassName
{
background-color: #AF34A8;
}
.BgClassName
{
background-color: #AF34A8;
}
</style>
border-color css
<style>
span { border-color: #AF34A8; }
span { border-color: rgb(175,52,168); }
td.TdClassName
{
border-color: #AF34A8;
}
.TagClassName
{
border-color: #AF34A8;
}
</style>