#AF3871

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

Shades of Rouge #AF3871

Tints of Rouge #AF3871

Color information

#AF3871 (or 0xAF3871) is unknown color: approx Rouge. HEX triplet: AF, 38 and 71. RGB value is (175,56,113). Sum of RGB (Red+Green+Blue) = 175+56+113=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3871 is #50C78E. Grayscale: #616161. Windows color (decimal): -5293967 or 7420079. OLE color: 7420079.

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

Color convert

RGB17556113-
CMYK00.680.350.31
HSL331.26º51.52%45.29%-
HSV(B)331.26º68%68.63%-
XYZ22.0713.1316.99-
YUV98.08136.42182.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=50.87%
G=16.28%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755611300.680.350.31331.2651.5245.29
HexAF3871044231F14b342d
Octal25770161010443375136455
Binary1010111111100011100010100010010001111111101001011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3871; }

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

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

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

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

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

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

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

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