#A0356E

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

Shades of Rouge #A0356E

Tints of Rouge #A0356E

Color information

#A0356E (or 0xA0356E) is unknown color: approx Rouge. HEX triplet: A0, 35 and 6E. RGB value is (160,53,110). Sum of RGB (Red+Green+Blue) = 160+53+110=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0356E is #5FCA91. Grayscale: #5B5B5B. Windows color (decimal): -6277778 or 7222688. OLE color: 7222688.

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

Color convert

RGB16053110-
CMYK00.670.310.37
HSL328.04º50.23%41.76%-
HSV(B)328.04º66.87%62.75%-
XYZ18.5811.1515.92-
YUV91.49138.45176.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=49.54%
G=16.41%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605311000.670.310.37328.0450.2341.76
HexA0356E0431F25148322a
Octal24065156010337455106252
Binary1010000011010111011100100001111111100101101001000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0356E; }

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

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

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

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

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

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

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

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