#A14170

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

Shades of Rouge #A14170

Tints of Rouge #A14170

Color information

#A14170 (or 0xA14170) is unknown color: approx Rouge. HEX triplet: A1, 41 and 70. RGB value is (161,65,112). Sum of RGB (Red+Green+Blue) = 161+65+112=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A14170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14170 is #5EBE8F. Grayscale: #626262. Windows color (decimal): -6209168 or 7356833. OLE color: 7356833.

HSL color Cylindrical-coordinate representation of color #A14170: hue angle of 330.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14170 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16165112-
CMYK00.600.300.37
HSL330.62º42.48%44.31%-
HSV(B)330.62º59.63%63.14%-
XYZ19.5112.5316.72-
YUV99.06135.3172.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=47.63%
G=19.23%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616511200.600.300.37330.6242.4844.31
HexA1417003C1E2514b2a2c
Octal24110116007436455135254
Binary1010000110000011110000011110011110100101101001011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14170; }

 p { color: rgb(161,65,112); }

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

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

 a { background-color: rgb(161,65,112); }

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

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

 span { border-color: rgb(161,65,112); }

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