#AF4DAE

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

Shades of Fuchsia #AF4DAE

Tints of Fuchsia #AF4DAE

Color information

#AF4DAE (or 0xAF4DAE) is unknown color: approx Fuchsia. HEX triplet: AF, 4D and AE. RGB value is (175,77,174). Sum of RGB (Red+Green+Blue) = 175+77+174=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4DAE is #50B251. Grayscale: #757575. Windows color (decimal): -5288530 or 11423151. OLE color: 11423151.

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

Color convert

RGB17577174-
CMYK00.560.010.31
HSL300.61º38.89%49.41%-
HSV(B)300.61º56%68.63%-
XYZ27.9717.4841.94-
YUV117.36159.97169.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=41.08%
G=18.08%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757717400.560.010.31300.6138.8949.41
HexAF4DAE03811F12d2731
Octal2571152560701374554761
Binary101011111001101101011100111000111111100101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DAE; }

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

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

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

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

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

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

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

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