#AF3EAC

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

Shades of Fuchsia #AF3EAC

Tints of Fuchsia #AF3EAC

Color information

#AF3EAC (or 0xAF3EAC) is unknown color: approx Fuchsia. HEX triplet: AF, 3E and AC. RGB value is (175,62,172). Sum of RGB (Red+Green+Blue) = 175+62+172=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3EAC is #50C153. Grayscale: #6C6C6C. Windows color (decimal): -5292372 or 11288239. OLE color: 11288239.

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

Color convert

RGB17562172-
CMYK00.650.020.31
HSL301.59º47.68%46.47%-
HSV(B)301.59º64.57%68.63%-
XYZ26.8515.5440.61-
YUV108.33163.94175.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 62 (24.61% from 255) = 15.16%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=42.79%
G=15.16%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756217200.650.020.31301.5947.6846.47
HexAF3EAC04121F12e302e
Octal2577625401012374566056
Binary1010111111111010101100010000011011111100101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3EAC; }

 p { color: rgb(175,62,172); }

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

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

 a { background-color: rgb(175,62,172); }

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

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

 span { border-color: rgb(175,62,172); }

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