#A13E68

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

Shades of Rouge #A13E68

Tints of Rouge #A13E68

Color information

#A13E68 (or 0xA13E68) is unknown color: approx Rouge. HEX triplet: A1, 3E and 68. RGB value is (161,62,104). Sum of RGB (Red+Green+Blue) = 161+62+104=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E68 is #5EC197. Grayscale: #606060. Windows color (decimal): -6209944 or 6831777. OLE color: 6831777.

HSL color Cylindrical-coordinate representation of color #A13E68: hue angle of 334.55º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13E68 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16162104-
CMYK00.610.350.37
HSL334.55º44.39%43.73%-
HSV(B)334.55º61.49%63.14%-
XYZ18.9212.0214.42-
YUV96.39132.3174.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 62 (24.61% from 255) = 18.96%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=49.24%
G=18.96%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616210400.610.350.37334.5544.3943.73
HexA13E6803D232514f2c2c
Octal2417615007543455175454
Binary1010000111111011010000111101100011100101101001111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E68; }

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

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

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

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

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

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

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

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