#A03568

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

Shades of Rouge #A03568

Tints of Rouge #A03568

Color information

#A03568 (or 0xA03568) is unknown color: approx Rouge. HEX triplet: A0, 35 and 68. RGB value is (160,53,104). Sum of RGB (Red+Green+Blue) = 160+53+104=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A03568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03568 is #5FCA97. Grayscale: #5A5A5A. Windows color (decimal): -6277784 or 6829472. OLE color: 6829472.

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

Color convert

RGB16053104-
CMYK00.670.350.37
HSL331.4º50.23%41.76%-
HSV(B)331.4º66.87%62.75%-
XYZ18.2711.0214.26-
YUV90.81135.45177.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=50.47%
G=16.72%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605310400.670.350.37331.450.2341.76
HexA03568043232514b322a
Octal24065150010343455136252
Binary10100000110101110100001000011100011100101101001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03568; }

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

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

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

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

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

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

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

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