#AB3971

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

Shades of Rouge #AB3971

Tints of Rouge #AB3971

Color information

#AB3971 (or 0xAB3971) is unknown color: approx Rouge. HEX triplet: AB, 39 and 71. RGB value is (171,57,113). Sum of RGB (Red+Green+Blue) = 171+57+113=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3971 is #54C68E. Grayscale: #616161. Windows color (decimal): -5555855 or 7420331. OLE color: 7420331.

HSL color Cylindrical-coordinate representation of color #AB3971: hue angle of 330.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3971 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17157113-
CMYK00.670.340.33
HSL330.53º50%44.71%-
HSV(B)330.53º66.67%67.06%-
XYZ21.2412.7816.97-
YUV97.47136.77180.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=50.15%
G=16.72%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715711300.670.340.33330.535044.71
HexAB3971043222114b322d
Octal25371161010342415136255
Binary10101011111001111000101000011100010100001101001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3971; }

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

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

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

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

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

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

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

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