#A13566

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

Shades of Rouge #A13566

Tints of Rouge #A13566

Color information

#A13566 (or 0xA13566) is unknown color: approx Rouge. HEX triplet: A1, 35 and 66. RGB value is (161,53,102). Sum of RGB (Red+Green+Blue) = 161+53+102=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13566 is #5ECA99. Grayscale: #5A5A5A. Windows color (decimal): -6212250 or 6698401. OLE color: 6698401.

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

Color convert

RGB16153102-
CMYK00.670.370.37
HSL332.78º50.47%41.96%-
HSV(B)332.78º67.08%63.14%-
XYZ18.3711.0813.74-
YUV90.88134.28178.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=50.95%
G=16.77%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615310200.670.370.37332.7850.4741.96
HexA13566043252514d322a
Octal24165146010345455156252
Binary10100001110101110011001000011100101100101101001101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13566; }

 p { color: rgb(161,53,102); }

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

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

 a { background-color: rgb(161,53,102); }

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

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

 span { border-color: rgb(161,53,102); }

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