#A13568

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

Shades of Rouge #A13568

Tints of Rouge #A13568

Color information

#A13568 (or 0xA13568) is unknown color: approx Rouge. HEX triplet: A1, 35 and 68. RGB value is (161,53,104). Sum of RGB (Red+Green+Blue) = 161+53+104=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A13568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13568 is #5ECA97. Grayscale: #5B5B5B. Windows color (decimal): -6212248 or 6829473. OLE color: 6829473.

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

Color convert

RGB16153104-
CMYK00.670.350.37
HSL331.67º50.47%41.96%-
HSV(B)331.67º67.08%63.14%-
XYZ18.4711.1214.27-
YUV91.11135.28177.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=50.63%
G=16.67%
B=32.70%

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
Decimal1615310400.670.350.37331.6750.4741.96
HexA13568043232514c322a
Octal24165150010343455146252
Binary10100001110101110100001000011100011100101101001100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13568; }

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

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

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

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

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

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

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

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