#AF3EAA

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

Shades of Fuchsia #AF3EAA

Tints of Fuchsia #AF3EAA

Color information

#AF3EAA (or 0xAF3EAA) is unknown color: approx Fuchsia. HEX triplet: AF, 3E and AA. RGB value is (175,62,170). Sum of RGB (Red+Green+Blue) = 175+62+170=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3EAA is #50C155. Grayscale: #6B6B6B. Windows color (decimal): -5292374 or 11157167. OLE color: 11157167.

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

Color convert

RGB17562170-
CMYK00.650.030.31
HSL302.65º47.68%46.47%-
HSV(B)302.65º64.57%68.63%-
XYZ26.6615.4639.61-
YUV108.1162.94175.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 62 (24.61% from 255) = 15.23%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=43.00%
G=15.23%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756217000.650.030.31302.6547.6846.47
HexAF3EAA04131F12f302e
Octal2577625201013374576056
Binary1010111111111010101010010000011111111100101111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3EAA; }

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

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

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

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

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

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

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

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