#AB3975

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

Shades of Rouge #AB3975

Tints of Rouge #AB3975

Color information

#AB3975 (or 0xAB3975) is unknown color: approx Rouge. HEX triplet: AB, 39 and 75. RGB value is (171,57,117). Sum of RGB (Red+Green+Blue) = 171+57+117=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3975 is #54C68A. Grayscale: #616161. Windows color (decimal): -5555851 or 7682475. OLE color: 7682475.

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

Color convert

RGB17157117-
CMYK00.670.320.33
HSL328.42º50%44.71%-
HSV(B)328.42º66.67%67.06%-
XYZ21.4712.8718.18-
YUV97.93138.77180.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=49.57%
G=16.52%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715711700.670.320.33328.425044.71
HexAB39750432021148322d
Octal25371165010340415106255
Binary10101011111001111010101000011100000100001101001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3975; }

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

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

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

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

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

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

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

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