#A0336E

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

Shades of Rouge #A0336E

Tints of Rouge #A0336E

Color information

#A0336E (or 0xA0336E) is unknown color: approx Rouge. HEX triplet: A0, 33 and 6E. RGB value is (160,51,110). Sum of RGB (Red+Green+Blue) = 160+51+110=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0336E is #5FCC91. Grayscale: #5A5A5A. Windows color (decimal): -6278290 or 7222176. OLE color: 7222176.

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

Color convert

RGB16051110-
CMYK00.680.310.37
HSL327.52º51.66%41.37%-
HSV(B)327.52º68.12%62.75%-
XYZ18.510.9715.89-
YUV90.32139.11177.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=49.84%
G=15.89%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605111000.680.310.37327.5251.6641.37
HexA0336E0441F251483429
Octal24063156010437455106451
Binary1010000011001111011100100010011111100101101001000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0336E; }

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

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

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

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

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

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

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

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