#A0316C

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

Shades of Rouge #A0316C

Tints of Rouge #A0316C

Color information

#A0316C (or 0xA0316C) is unknown color: approx Rouge. HEX triplet: A0, 31 and 6C. RGB value is (160,49,108). Sum of RGB (Red+Green+Blue) = 160+49+108=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0316C is #5FCE93. Grayscale: #585858. Windows color (decimal): -6278804 or 7090592. OLE color: 7090592.

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

Color convert

RGB16049108-
CMYK00.690.320.37
HSL328.11º53.11%40.98%-
HSV(B)328.11º69.38%62.75%-
XYZ18.310.7515.3-
YUV88.92138.77178.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 49 (19.53% from 255) = 15.46%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=50.47%
G=15.46%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604910800.690.320.37328.1153.1140.98
HexA0316C04520251483529
Octal24061154010540455106551
Binary10100000110001110110001000101100000100101101001000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0316C; }

 p { color: rgb(160,49,108); }

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

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

 a { background-color: rgb(160,49,108); }

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

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

 span { border-color: rgb(160,49,108); }

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