#A03565

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

Shades of Rouge #A03565

Tints of Rouge #A03565

Color information

#A03565 (or 0xA03565) is unknown color: approx Rouge. HEX triplet: A0, 35 and 65. RGB value is (160,53,101). Sum of RGB (Red+Green+Blue) = 160+53+101=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A03565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03565 is #5FCA9A. Grayscale: #5A5A5A. Windows color (decimal): -6277787 or 6632864. OLE color: 6632864.

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

Color convert

RGB16053101-
CMYK00.670.370.37
HSL333.08º50.23%41.76%-
HSV(B)333.08º66.87%62.75%-
XYZ18.1210.9613.47-
YUV90.46133.95177.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.96%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=50.96%
G=16.88%
B=32.17%

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
Decimal1605310100.670.370.37333.0850.2341.76
HexA03565043252514d322a
Octal24065145010345455156252
Binary10100000110101110010101000011100101100101101001101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03565; }

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

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

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

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

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

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

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

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