#AB3972

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

Shades of Rouge #AB3972

Tints of Rouge #AB3972

Color information

#AB3972 (or 0xAB3972) is unknown color: approx Rouge. HEX triplet: AB, 39 and 72. RGB value is (171,57,114). Sum of RGB (Red+Green+Blue) = 171+57+114=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3972 is #54C68D. Grayscale: #616161. Windows color (decimal): -5555854 or 7485867. OLE color: 7485867.

HSL color Cylindrical-coordinate representation of color #AB3972: hue angle of 330º 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 #AB3972 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17157114-
CMYK00.670.330.33
HSL330º50%44.71%-
HSV(B)330º66.67%67.06%-
XYZ21.2912.817.27-
YUV97.58137.27180.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715711400.670.330.333305044.71
HexAB3972043212114a322d
Octal25371162010341415126255
Binary10101011111001111001001000011100001100001101001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3972; }

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

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

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

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

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

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

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

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