Shades of Fuchsia #AF3AAB
Tints of Fuchsia #AF3AAB
RGB
CMYK
RGB Variations
Color information
#AF3AAB (or 0xAF3AAB) is known color: Fuchsia. HEX triplet: AF, 3A and AB. RGB value is (175,58,171). Sum of RGB (Red+Green+Blue) = 175+58+171=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AAB is #50C554. Grayscale: #696969. Windows color (decimal): -5293397 or 11221679. OLE color: 11221679.
HSL color Cylindrical-coordinate representation of color #AF3AAB: hue angle of 302.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3AAB is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 171 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.31 |
| HSL | 302.05º | 0.5% | 0.46% | - |
| HSV(B) | 302.05º | 0.67% | 0.69% | - |
| XYZ | 26.54 | 15.08 | 40.04 | - |
| YUV | 105.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 171 | 0 | 0.67 | 0.02 | 0.31 | 302.05 | 0.5 | 0.46 |
| Hex | AF | 3A | AB | 0 | 43 | 2 | 1F | 12E | 32 | 2E |
| Octal | 257 | 72 | 253 | 0 | 103 | 2 | 37 | 456 | 62 | 56 |
| Binary | 10101111 | 111010 | 10101011 | 0 | 1000011 | 10 | 11111 | 100101110 | 110010 | 101110 |
Color Harmonies of #AF3AAB
Complementary color
Monochromatic Colors of #AF3AAB
Black with #AF3AAB
Text Example
Text Example
White with #AF3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AAB; }
p { color: rgb(175,58,171); }
H1.HeaderClassName
{
color: #AF3AAB;
}
.AnyTagClassName
{
color: #AF3AAB;
}
</style>
background-color css
<style>
a { background-color: #AF3AAB; }
a { background-color: rgb(175,58,171); }
div.DivClassName
{
background-color: #AF3AAB;
}
.BgClassName
{
background-color: #AF3AAB;
}
</style>
border-color css
<style>
span { border-color: #AF3AAB; }
span { border-color: rgb(175,58,171); }
td.TdClassName
{
border-color: #AF3AAB;
}
.TagClassName
{
border-color: #AF3AAB;
}
</style>