#AF44AE

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

Shades of Fuchsia #AF44AE

Tints of Fuchsia #AF44AE

Color information

#AF44AE (or 0xAF44AE) is unknown color: approx Fuchsia. HEX triplet: AF, 44 and AE. RGB value is (175,68,174). Sum of RGB (Red+Green+Blue) = 175+68+174=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF44AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF44AE is #50BB51. Grayscale: #6F6F6F. Windows color (decimal): -5290834 or 11420847. OLE color: 11420847.

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

Color convert

RGB17568174-
CMYK00.610.010.31
HSL300.56º44.03%47.65%-
HSV(B)300.56º61.14%68.63%-
XYZ27.3916.341.75-
YUV112.08162.95172.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=41.97%
G=16.31%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756817400.610.010.31300.5644.0347.65
HexAF44AE03D11F12d2c30
Octal2571042560751374555460
Binary101011111000100101011100111101111111100101101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF44AE; }

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

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

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

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

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

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

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

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