#9A4171

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

Shades of Rouge #9A4171

Tints of Rouge #9A4171

Color information

#9A4171 (or 0x9A4171) is unknown color: approx Rouge. HEX triplet: 9A, 41 and 71. RGB value is (154,65,113). Sum of RGB (Red+Green+Blue) = 154+65+113=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4171 is #65BE8E. Grayscale: #606060. Windows color (decimal): -6667919 or 7422362. OLE color: 7422362.

HSL color Cylindrical-coordinate representation of color #9A4171: hue angle of 327.64º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A4171 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15465113-
CMYK00.580.270.40
HSL327.64º40.64%42.94%-
HSV(B)327.64º57.79%60.39%-
XYZ18.211.8416.95-
YUV97.08136.99168.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.39%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=46.39%
G=19.58%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546511300.580.270.40327.6440.6442.94
Hex9A417103A1B28148292b
Octal23210116107233505105153
Binary1001101010000011110001011101011011101000101001000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4171; }

 p { color: rgb(154,65,113); }

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

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

 a { background-color: rgb(154,65,113); }

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

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

 span { border-color: rgb(154,65,113); }

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