Shades of Fuchsia #AF4AC0
Tints of Fuchsia #AF4AC0
RGB
CMYK
RGB Variations
Color information
#AF4AC0 (or 0xAF4AC0) is known color: Fuchsia. HEX triplet: AF, 4A and C0. RGB value is (175,74,192). Sum of RGB (Red+Green+Blue) = 175+74+192=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF4AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AC0 is #50B53F. Grayscale: #757575. Windows color (decimal): -5289280 or 12602031. OLE color: 12602031.
HSL color Cylindrical-coordinate representation of color #AF4AC0: hue angle of 291.36º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4AC0 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 74 | 192 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.25 |
| HSL | 291.36º | 0.48% | 0.52% | - |
| HSV(B) | 291.36º | 0.61% | 0.75% | - |
| XYZ | 29.64 | 17.82 | 51.75 | - |
| YUV | 117.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 192 | 0.09 | 0.61 | 0 | 0.25 | 291.36 | 0.48 | 0.52 |
| Hex | AF | 4A | C0 | 9 | 3D | 0 | 19 | 123 | 30 | 34 |
| Octal | 257 | 112 | 300 | 11 | 75 | 0 | 31 | 443 | 60 | 64 |
| Binary | 10101111 | 1001010 | 11000000 | 1001 | 111101 | 0 | 11001 | 100100011 | 110000 | 110100 |
Color Harmonies of #AF4AC0
Complementary color
Monochromatic Colors of #AF4AC0
Black with #AF4AC0
Text Example
Text Example
White with #AF4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AC0; }
p { color: rgb(175,74,192); }
H1.HeaderClassName
{
color: #AF4AC0;
}
.AnyTagClassName
{
color: #AF4AC0;
}
</style>
background-color css
<style>
a { background-color: #AF4AC0; }
a { background-color: rgb(175,74,192); }
div.DivClassName
{
background-color: #AF4AC0;
}
.BgClassName
{
background-color: #AF4AC0;
}
</style>
border-color css
<style>
span { border-color: #AF4AC0; }
span { border-color: rgb(175,74,192); }
td.TdClassName
{
border-color: #AF4AC0;
}
.TagClassName
{
border-color: #AF4AC0;
}
</style>