#A2335E

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

Shades of Rouge #A2335E

Tints of Rouge #A2335E

Color information

#A2335E (or 0xA2335E) is unknown color: approx Rouge. HEX triplet: A2, 33 and 5E. RGB value is (162,51,94). Sum of RGB (Red+Green+Blue) = 162+51+94=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2335E is #5DCCA1. Grayscale: #595959. Windows color (decimal): -6147234 or 6173602. OLE color: 6173602.

HSL color Cylindrical-coordinate representation of color #A2335E: hue angle of 336.76º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2335E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1625194-
CMYK00.690.420.36
HSL336.76º52.11%41.76%-
HSV(B)336.76º68.52%63.53%-
XYZ18.110.8611.73-
YUV89.09130.77180-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=52.77%
G=16.61%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162519400.690.420.36336.7652.1141.76
HexA2335E0452A24151342a
Octal24263136010552445216452
Binary10100010110011101111001000101101010100100101010001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2335E; }

 p { color: rgb(162,51,94); }

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

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

 a { background-color: rgb(162,51,94); }

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

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

 span { border-color: rgb(162,51,94); }

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