Shades of Fuchsia #AF3AB7
Tints of Fuchsia #AF3AB7
RGB
CMYK
RGB Variations
Color information
#AF3AB7 (or 0xAF3AB7) is known color: Fuchsia. HEX triplet: AF, 3A and B7. RGB value is (175,58,183). Sum of RGB (Red+Green+Blue) = 175+58+183=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3AB7 is #50C548. Grayscale: #6A6A6A. Windows color (decimal): -5293385 or 12008111. OLE color: 12008111.
HSL color Cylindrical-coordinate representation of color #AF3AB7: hue angle of 296.16º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3AB7 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 58 | 183 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.28 |
| HSL | 296.16º | 0.52% | 0.47% | - |
| HSV(B) | 296.16º | 0.68% | 0.72% | - |
| XYZ | 27.74 | 15.56 | 46.34 | - |
| YUV | 107.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 183 | 0.04 | 0.68 | 0 | 0.28 | 296.16 | 0.52 | 0.47 |
| Hex | AF | 3A | B7 | 4 | 44 | 0 | 1C | 128 | 34 | 2F |
| Octal | 257 | 72 | 267 | 4 | 104 | 0 | 34 | 450 | 64 | 57 |
| Binary | 10101111 | 111010 | 10110111 | 100 | 1000100 | 0 | 11100 | 100101000 | 110100 | 101111 |
Color Harmonies of #AF3AB7
Complementary color
Monochromatic Colors of #AF3AB7
Black with #AF3AB7
Text Example
Text Example
White with #AF3AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AB7; }
p { color: rgb(175,58,183); }
H1.HeaderClassName
{
color: #AF3AB7;
}
.AnyTagClassName
{
color: #AF3AB7;
}
</style>
background-color css
<style>
a { background-color: #AF3AB7; }
a { background-color: rgb(175,58,183); }
div.DivClassName
{
background-color: #AF3AB7;
}
.BgClassName
{
background-color: #AF3AB7;
}
</style>
border-color css
<style>
span { border-color: #AF3AB7; }
span { border-color: rgb(175,58,183); }
td.TdClassName
{
border-color: #AF3AB7;
}
.TagClassName
{
border-color: #AF3AB7;
}
</style>