#A14473

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

Shades of Rouge #A14473

Tints of Rouge #A14473

Color information

#A14473 (or 0xA14473) is unknown color: approx Rouge. HEX triplet: A1, 44 and 73. RGB value is (161,68,115). Sum of RGB (Red+Green+Blue) = 161+68+115=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A14473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14473 is #5EBB8C. Grayscale: #656565. Windows color (decimal): -6208397 or 7554209. OLE color: 7554209.

HSL color Cylindrical-coordinate representation of color #A14473: hue angle of 329.68º 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 #A14473 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16168115-
CMYK00.580.290.37
HSL329.68º40.61%44.9%-
HSV(B)329.68º57.76%63.14%-
XYZ19.8612.9517.67-
YUV101.16135.81170.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=46.80%
G=19.77%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616811500.580.290.37329.6840.6144.9
HexA1447303A1D2514a292d
Octal24110416307235455125155
Binary1010000110001001110011011101011101100101101001010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14473; }

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

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

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

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

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

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

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

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