#AF37AA

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

Shades of Fuchsia #AF37AA

Tints of Fuchsia #AF37AA

Color information

#AF37AA (or 0xAF37AA) is unknown color: approx Fuchsia. HEX triplet: AF, 37 and AA. RGB value is (175,55,170). Sum of RGB (Red+Green+Blue) = 175+55+170=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37AA is #50C855. Grayscale: #676767. Windows color (decimal): -5294166 or 11155375. OLE color: 11155375.

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

Color convert

RGB17555170-
CMYK00.690.030.31
HSL302.5º52.17%45.1%-
HSV(B)302.5º68.57%68.63%-
XYZ26.314.7539.49-
YUV103.99165.26178.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 55 (21.88% from 255) = 13.75%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=43.75%
G=13.75%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755517000.690.030.31302.552.1745.1
HexAF37AA04531F12e342d
Octal2576725201053374566455
Binary1010111111011110101010010001011111111100101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF37AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF37AA; }

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

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

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

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

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

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

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

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