Shades of Fuchsia #AF4AB5
Tints of Fuchsia #AF4AB5
RGB
CMYK
RGB Variations
Color information
#AF4AB5 (or 0xAF4AB5) is known color: Fuchsia. HEX triplet: AF, 4A and B5. RGB value is (175,74,181). Sum of RGB (Red+Green+Blue) = 175+74+181=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF4AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AB5 is #50B54A. Grayscale: #747474. Windows color (decimal): -5289291 or 11881135. OLE color: 11881135.
HSL color Cylindrical-coordinate representation of color #AF4AB5: hue angle of 296.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4AB5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 74 | 181 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.29 |
| HSL | 296.64º | 0.42% | 0.5% | - |
| HSV(B) | 296.64º | 0.59% | 0.71% | - |
| XYZ | 28.47 | 17.35 | 45.56 | - |
| YUV | 116.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 181 | 0.03 | 0.59 | 0 | 0.29 | 296.64 | 0.42 | 0.5 |
| Hex | AF | 4A | B5 | 3 | 3B | 0 | 1D | 129 | 2A | 32 |
| Octal | 257 | 112 | 265 | 3 | 73 | 0 | 35 | 451 | 52 | 62 |
| Binary | 10101111 | 1001010 | 10110101 | 11 | 111011 | 0 | 11101 | 100101001 | 101010 | 110010 |
Color Harmonies of #AF4AB5
Complementary color
Monochromatic Colors of #AF4AB5
Black with #AF4AB5
Text Example
Text Example
White with #AF4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AB5; }
p { color: rgb(175,74,181); }
H1.HeaderClassName
{
color: #AF4AB5;
}
.AnyTagClassName
{
color: #AF4AB5;
}
</style>
background-color css
<style>
a { background-color: #AF4AB5; }
a { background-color: rgb(175,74,181); }
div.DivClassName
{
background-color: #AF4AB5;
}
.BgClassName
{
background-color: #AF4AB5;
}
</style>
border-color css
<style>
span { border-color: #AF4AB5; }
span { border-color: rgb(175,74,181); }
td.TdClassName
{
border-color: #AF4AB5;
}
.TagClassName
{
border-color: #AF4AB5;
}
</style>