#AB3D71

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

Shades of Rouge #AB3D71

Tints of Rouge #AB3D71

Color information

#AB3D71 (or 0xAB3D71) is unknown color: approx Rouge. HEX triplet: AB, 3D and 71. RGB value is (171,61,113). Sum of RGB (Red+Green+Blue) = 171+61+113=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3D71 is #54C28E. Grayscale: #636363. Windows color (decimal): -5554831 or 7421355. OLE color: 7421355.

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

Color convert

RGB17161113-
CMYK00.640.340.33
HSL331.64º47.41%45.49%-
HSV(B)331.64º64.33%67.06%-
XYZ21.4413.1917.04-
YUV99.82135.44178.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 61 (24.22% from 255) = 17.68%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=49.57%
G=17.68%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716111300.640.340.33331.6447.4145.49
HexAB3D71040222114c2f2d
Octal25375161010042415145755
Binary10101011111101111000101000000100010100001101001100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D71; }

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

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

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

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

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

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

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

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