Shades of Fuchsia #AF3AAA
Tints of Fuchsia #AF3AAA
RGB
CMYK
RGB Variations
Color information
#AF3AAA (or 0xAF3AAA) is known color: Fuchsia. HEX triplet: AF, 3A and AA. RGB value is (175,58,170). Sum of RGB (Red+Green+Blue) = 175+58+170=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AAA is #50C555. Grayscale: #696969. Windows color (decimal): -5293398 or 11156143. OLE color: 11156143.
HSL color Cylindrical-coordinate representation of color #AF3AAA: hue angle of 302.56º 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 #AF3AAA is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 170 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.31 |
| HSL | 302.56º | 0.5% | 0.46% | - |
| HSV(B) | 302.56º | 0.67% | 0.69% | - |
| XYZ | 26.45 | 15.04 | 39.54 | - |
| YUV | 105.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 170 | 0 | 0.67 | 0.03 | 0.31 | 302.56 | 0.5 | 0.46 |
| Hex | AF | 3A | AA | 0 | 43 | 3 | 1F | 12F | 32 | 2E |
| Octal | 257 | 72 | 252 | 0 | 103 | 3 | 37 | 457 | 62 | 56 |
| Binary | 10101111 | 111010 | 10101010 | 0 | 1000011 | 11 | 11111 | 100101111 | 110010 | 101110 |
Color Harmonies of #AF3AAA
Complementary color
Monochromatic Colors of #AF3AAA
Black with #AF3AAA
Text Example
Text Example
White with #AF3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AAA; }
p { color: rgb(175,58,170); }
H1.HeaderClassName
{
color: #AF3AAA;
}
.AnyTagClassName
{
color: #AF3AAA;
}
</style>
background-color css
<style>
a { background-color: #AF3AAA; }
a { background-color: rgb(175,58,170); }
div.DivClassName
{
background-color: #AF3AAA;
}
.BgClassName
{
background-color: #AF3AAA;
}
</style>
border-color css
<style>
span { border-color: #AF3AAA; }
span { border-color: rgb(175,58,170); }
td.TdClassName
{
border-color: #AF3AAA;
}
.TagClassName
{
border-color: #AF3AAA;
}
</style>