#AD3171

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

Shades of Rouge #AD3171

Tints of Rouge #AD3171

Color information

#AD3171 (or 0xAD3171) is unknown color: approx Rouge. HEX triplet: AD, 31 and 71. RGB value is (173,49,113). Sum of RGB (Red+Green+Blue) = 173+49+113=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3171 is #52CE8E. Grayscale: #5D5D5D. Windows color (decimal): -5426831 or 7418285. OLE color: 7418285.

HSL color Cylindrical-coordinate representation of color #AD3171: hue angle of 329.03º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3171 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17349113-
CMYK00.720.350.32
HSL329.03º55.86%43.53%-
HSV(B)329.03º71.68%67.84%-
XYZ21.3112.2716.87-
YUV93.37139.08184.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 49 (19.53% from 255) = 14.63%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=51.64%
G=14.63%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734911300.720.350.32329.0355.8643.53
HexAD31710482320149382c
Octal25561161011043405117054
Binary10101101110001111000101001000100011100000101001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3171; }

 p { color: rgb(173,49,113); }

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

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

 a { background-color: rgb(173,49,113); }

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

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

 span { border-color: rgb(173,49,113); }

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