#A14474

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

Shades of Rouge #A14474

Tints of Rouge #A14474

Color information

#A14474 (or 0xA14474) is unknown color: approx Rouge. HEX triplet: A1, 44 and 74. RGB value is (161,68,116). Sum of RGB (Red+Green+Blue) = 161+68+116=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14474 is #5EBB8B. Grayscale: #656565. Windows color (decimal): -6208396 or 7619745. OLE color: 7619745.

HSL color Cylindrical-coordinate representation of color #A14474: hue angle of 329.03º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14474 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16168116-
CMYK00.580.280.37
HSL329.03º40.61%44.9%-
HSV(B)329.03º57.76%63.14%-
XYZ19.9212.9717.98-
YUV101.28136.31170.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=46.67%
G=19.71%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616811600.580.280.37329.0340.6144.9
HexA1447403A1C25149292d
Octal24110416407234455115155
Binary1010000110001001110100011101011100100101101001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14474; }

 p { color: rgb(161,68,116); }

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

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

 a { background-color: rgb(161,68,116); }

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

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

 span { border-color: rgb(161,68,116); }

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