#A0356C

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

Shades of Rouge #A0356C

Tints of Rouge #A0356C

Color information

#A0356C (or 0xA0356C) is unknown color: approx Rouge. HEX triplet: A0, 35 and 6C. RGB value is (160,53,108). Sum of RGB (Red+Green+Blue) = 160+53+108=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0356C is #5FCA93. Grayscale: #5B5B5B. Windows color (decimal): -6277780 or 7091616. OLE color: 7091616.

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

Color convert

RGB16053108-
CMYK00.670.320.37
HSL329.16º50.23%41.76%-
HSV(B)329.16º66.87%62.75%-
XYZ18.4811.115.36-
YUV91.26137.45177.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=49.84%
G=16.51%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605310800.670.320.37329.1650.2341.76
HexA0356C0432025149322a
Octal24065154010340455116252
Binary10100000110101110110001000011100000100101101001001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0356C; }

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

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

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

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

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

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

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

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