#AF37A6

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

Shades of Fuchsia #AF37A6

Tints of Fuchsia #AF37A6

Color information

#AF37A6 (or 0xAF37A6) is unknown color: approx Fuchsia. HEX triplet: AF, 37 and A6. RGB value is (175,55,166). Sum of RGB (Red+Green+Blue) = 175+55+166=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37A6 is #50C859. Grayscale: #676767. Windows color (decimal): -5294170 or 10893231. OLE color: 10893231.

HSL color Cylindrical-coordinate representation of color #AF37A6: hue angle of 304.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF37A6 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17555166-
CMYK00.690.050.31
HSL304.5º52.17%45.1%-
HSV(B)304.5º68.57%68.63%-
XYZ25.9314.637.53-
YUV103.53163.26178.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 55 (21.88% from 255) = 13.89%
BLUE value IS 166 (65.23% from 255) = 41.92%
R=44.19%
G=13.89%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755516600.690.050.31304.552.1745.1
HexAF37A604551F130342d
Octal2576724601055374606455
Binary10101111110111101001100100010110111111100110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF37A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF37A6; }

 p { color: rgb(175,55,166); }

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

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

 a { background-color: rgb(175,55,166); }

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

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

 span { border-color: rgb(175,55,166); }

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