#AF3EAB

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

Shades of Fuchsia #AF3EAB

Tints of Fuchsia #AF3EAB

Color information

#AF3EAB (or 0xAF3EAB) is unknown color: approx Fuchsia. HEX triplet: AF, 3E and AB. RGB value is (175,62,171). Sum of RGB (Red+Green+Blue) = 175+62+171=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3EAB is #50C154. Grayscale: #6B6B6B. Windows color (decimal): -5292373 or 11222703. OLE color: 11222703.

HSL color Cylindrical-coordinate representation of color #AF3EAB: hue angle of 302.12º 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 #AF3EAB is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17562171-
CMYK00.650.020.31
HSL302.12º47.68%46.47%-
HSV(B)302.12º64.57%68.63%-
XYZ26.7515.540.11-
YUV108.21163.44175.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 62 (24.61% from 255) = 15.20%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=42.89%
G=15.20%
B=41.91%

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
Decimal1756217100.650.020.31302.1247.6846.47
HexAF3EAB04121F12e302e
Octal2577625301012374566056
Binary1010111111111010101011010000011011111100101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3EAB; }

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

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

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

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

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

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

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

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