Shades of Fuchsia #AF4AAE
Tints of Fuchsia #AF4AAE
RGB
CMYK
RGB Variations
Color information
#AF4AAE (or 0xAF4AAE) is known color: Fuchsia. HEX triplet: AF, 4A and AE. RGB value is (175,74,174). Sum of RGB (Red+Green+Blue) = 175+74+174=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AAE is #50B551. Grayscale: #737373. Windows color (decimal): -5289298 or 11422383. OLE color: 11422383.
HSL color Cylindrical-coordinate representation of color #AF4AAE: hue angle of 300.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4AAE is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 174 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.31 |
| HSL | 300.59º | 0.41% | 0.49% | - |
| HSV(B) | 300.59º | 0.58% | 0.69% | - |
| XYZ | 27.77 | 17.07 | 41.88 | - |
| YUV | 115.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 174 | 0 | 0.58 | 0.01 | 0.31 | 300.59 | 0.41 | 0.49 |
| Hex | AF | 4A | AE | 0 | 3A | 1 | 1F | 12D | 29 | 31 |
| Octal | 257 | 112 | 256 | 0 | 72 | 1 | 37 | 455 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10101110 | 0 | 111010 | 1 | 11111 | 100101101 | 101001 | 110001 |
Color Harmonies of #AF4AAE
Complementary color
Monochromatic Colors of #AF4AAE
Black with #AF4AAE
Text Example
Text Example
White with #AF4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AAE; }
p { color: rgb(175,74,174); }
H1.HeaderClassName
{
color: #AF4AAE;
}
.AnyTagClassName
{
color: #AF4AAE;
}
</style>
background-color css
<style>
a { background-color: #AF4AAE; }
a { background-color: rgb(175,74,174); }
div.DivClassName
{
background-color: #AF4AAE;
}
.BgClassName
{
background-color: #AF4AAE;
}
</style>
border-color css
<style>
span { border-color: #AF4AAE; }
span { border-color: rgb(175,74,174); }
td.TdClassName
{
border-color: #AF4AAE;
}
.TagClassName
{
border-color: #AF4AAE;
}
</style>