#AF3271

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

Shades of Rouge #AF3271

Tints of Rouge #AF3271

Color information

#AF3271 (or 0xAF3271) is unknown color: approx Rouge. HEX triplet: AF, 32 and 71. RGB value is (175,50,113). Sum of RGB (Red+Green+Blue) = 175+50+113=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3271 is #50CD8E. Grayscale: #5E5E5E. Windows color (decimal): -5295503 or 7418543. OLE color: 7418543.

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

Color convert

RGB17550113-
CMYK00.710.350.31
HSL329.76º55.56%44.12%-
HSV(B)329.76º71.43%68.63%-
XYZ21.812.5916.9-
YUV94.56138.41185.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=51.78%
G=14.79%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755011300.710.350.31329.7655.5644.12
HexAF3271047231F14a382c
Octal25762161010743375127054
Binary1010111111001011100010100011110001111111101001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3271; }

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

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

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

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

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

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

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

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