#A0356A

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

Shades of Rouge #A0356A

Tints of Rouge #A0356A

Color information

#A0356A (or 0xA0356A) is unknown color: approx Rouge. HEX triplet: A0, 35 and 6A. RGB value is (160,53,106). Sum of RGB (Red+Green+Blue) = 160+53+106=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0356A is #5FCA95. Grayscale: #5A5A5A. Windows color (decimal): -6277782 or 6960544. OLE color: 6960544.

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

Color convert

RGB16053106-
CMYK00.670.340.37
HSL330.28º50.23%41.76%-
HSV(B)330.28º66.87%62.75%-
XYZ18.3711.0614.8-
YUV91.04136.45177.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=50.16%
G=16.61%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605310600.670.340.37330.2850.2341.76
HexA0356A043222514a322a
Octal24065152010342455126252
Binary10100000110101110101001000011100010100101101001010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0356A; }

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

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

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

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

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

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

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

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