#AF41AE

Color #AF41AE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #AF41AE

Tints of Fuchsia #AF41AE

Color information

#AF41AE (or 0xAF41AE) is unknown color: approx Fuchsia. HEX triplet: AF, 41 and AE. RGB value is (175,65,174). Sum of RGB (Red+Green+Blue) = 175+65+174=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF41AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF41AE is #50BE51. Grayscale: #6D6D6D. Windows color (decimal): -5291602 or 11420079. OLE color: 11420079.

HSL color Cylindrical-coordinate representation of color #AF41AE: hue angle of 300.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF41AE is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17565174-
CMYK00.630.010.31
HSL300.55º45.83%47.06%-
HSV(B)300.55º62.86%68.63%-
XYZ27.2115.9541.69-
YUV110.32163.94174.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 65 (25.78% from 255) = 15.70%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=42.27%
G=15.70%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756517400.630.010.31300.5545.8347.06
HexAF41AE03F11F12d2e2f
Octal2571012560771374555657
Binary101011111000001101011100111111111111100101101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF41AE; }

 p { color: rgb(175,65,174); }

 H1.HeaderClassName
 {
   color: #AF41AE;
 }
 .AnyTagClassName
 {
   color: #AF41AE;
 }
</style>
background-color css

<style>
 a { background-color: #AF41AE; }

 a { background-color: rgb(175,65,174); }

 div.DivClassName
 {
   background-color: #AF41AE;
 }
 .BgClassName
 {
   background-color: #AF41AE;
 }
</style>
border-color css

<style>
 span { border-color: #AF41AE; }

 span { border-color: rgb(175,65,174); }

 td.TdClassName
 {
   border-color: #AF41AE;
 }
 .TagClassName
 {
   border-color: #AF41AE;
 }
</style>