#AF3971

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

Shades of Rouge #AF3971

Tints of Rouge #AF3971

Color information

#AF3971 (or 0xAF3971) is unknown color: approx Rouge. HEX triplet: AF, 39 and 71. RGB value is (175,57,113). Sum of RGB (Red+Green+Blue) = 175+57+113=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3971 is #50C68E. Grayscale: #626262. Windows color (decimal): -5293711 or 7420335. OLE color: 7420335.

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

Color convert

RGB17557113-
CMYK00.670.350.31
HSL331.53º50.86%45.49%-
HSV(B)331.53º67.43%68.63%-
XYZ22.1213.2317.01-
YUV98.67136.09182.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=50.72%
G=16.52%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755711300.670.350.31331.5350.8645.49
HexAF3971043231F14c332d
Octal25771161010343375146355
Binary1010111111100111100010100001110001111111101001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3971; }

 p { color: rgb(175,57,113); }

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

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

 a { background-color: rgb(175,57,113); }

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

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

 span { border-color: rgb(175,57,113); }

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