#AF3371

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

Shades of Rouge #AF3371

Tints of Rouge #AF3371

Color information

#AF3371 (or 0xAF3371) is unknown color: approx Rouge. HEX triplet: AF, 33 and 71. RGB value is (175,51,113). Sum of RGB (Red+Green+Blue) = 175+51+113=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3371 is #50CC8E. Grayscale: #5F5F5F. Windows color (decimal): -5295247 or 7418799. OLE color: 7418799.

HSL color Cylindrical-coordinate representation of color #AF3371: hue angle of 330º degrees, saturation: 0.55, 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 #AF3371 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17551113-
CMYK00.710.350.31
HSL330º54.87%44.31%-
HSV(B)330º70.86%68.63%-
XYZ21.8412.6716.92-
YUV95.14138.08184.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=51.62%
G=15.04%
B=33.33%

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
Decimal1755111300.710.350.3133054.8744.31
HexAF3371047231F14a372c
Octal25763161010743375126754
Binary1010111111001111100010100011110001111111101001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3371; }

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

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

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

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

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

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

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

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