Shades of Fuchsia #AF34B1
Tints of Fuchsia #AF34B1
RGB
CMYK
RGB Variations
Color information
#AF34B1 (or 0xAF34B1) is known color: Fuchsia. HEX triplet: AF, 34 and B1. RGB value is (175,52,177). Sum of RGB (Red+Green+Blue) = 175+52+177=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF34B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34B1 is #50CB4E. Grayscale: #666666. Windows color (decimal): -5294927 or 11613359. OLE color: 11613359.
HSL color Cylindrical-coordinate representation of color #AF34B1: hue angle of 299.04º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF34B1 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 177 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.31 |
| HSL | 299.04º | 0.55% | 0.45% | - |
| HSV(B) | 299.04º | 0.71% | 0.69% | - |
| XYZ | 26.84 | 14.74 | 43.03 | - |
| YUV | 103.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 177 | 0.01 | 0.71 | 0 | 0.31 | 299.04 | 0.55 | 0.45 |
| Hex | AF | 34 | B1 | 1 | 47 | 0 | 1F | 12B | 37 | 2D |
| Octal | 257 | 64 | 261 | 1 | 107 | 0 | 37 | 453 | 67 | 55 |
| Binary | 10101111 | 110100 | 10110001 | 1 | 1000111 | 0 | 11111 | 100101011 | 110111 | 101101 |
Color Harmonies of #AF34B1
Complementary color
Monochromatic Colors of #AF34B1
Black with #AF34B1
Text Example
Text Example
White with #AF34B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34B1; }
p { color: rgb(175,52,177); }
H1.HeaderClassName
{
color: #AF34B1;
}
.AnyTagClassName
{
color: #AF34B1;
}
</style>
background-color css
<style>
a { background-color: #AF34B1; }
a { background-color: rgb(175,52,177); }
div.DivClassName
{
background-color: #AF34B1;
}
.BgClassName
{
background-color: #AF34B1;
}
</style>
border-color css
<style>
span { border-color: #AF34B1; }
span { border-color: rgb(175,52,177); }
td.TdClassName
{
border-color: #AF34B1;
}
.TagClassName
{
border-color: #AF34B1;
}
</style>