#A13673

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

Shades of Rouge #A13673

Tints of Rouge #A13673

Color information

#A13673 (or 0xA13673) is unknown color: approx Rouge. HEX triplet: A1, 36 and 73. RGB value is (161,54,115). Sum of RGB (Red+Green+Blue) = 161+54+115=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A13673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13673 is #5EC98C. Grayscale: #5C5C5C. Windows color (decimal): -6211981 or 7550625. OLE color: 7550625.

HSL color Cylindrical-coordinate representation of color #A13673: hue angle of 325.79º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13673 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16154115-
CMYK00.660.290.37
HSL325.79º49.77%42.16%-
HSV(B)325.79º66.46%63.14%-
XYZ19.1111.4517.42-
YUV92.95140.45176.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=48.79%
G=16.36%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615411500.660.290.37325.7949.7742.16
HexA136730421D25146322a
Octal24166163010235455066252
Binary1010000111011011100110100001011101100101101000110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13673; }

 p { color: rgb(161,54,115); }

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

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

 a { background-color: rgb(161,54,115); }

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

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

 span { border-color: rgb(161,54,115); }

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