#A34573

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

Shades of Rouge #A34573

Tints of Rouge #A34573

Color information

#A34573 (or 0xA34573) is unknown color: approx Rouge. HEX triplet: A3, 45 and 73. RGB value is (163,69,115). Sum of RGB (Red+Green+Blue) = 163+69+115=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A34573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34573 is #5CBA8C. Grayscale: #666666. Windows color (decimal): -6077069 or 7554467. OLE color: 7554467.

HSL color Cylindrical-coordinate representation of color #A34573: hue angle of 330.64º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34573 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16369115-
CMYK00.580.290.36
HSL330.64º40.52%45.49%-
HSV(B)330.64º57.67%63.92%-
XYZ20.3313.2817.71-
YUV102.35135.14171.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=46.97%
G=19.88%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636911500.580.290.36330.6440.5245.49
HexA3457303A1D2414b292d
Octal24310516307235445135155
Binary1010001110001011110011011101011101100100101001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34573; }

 p { color: rgb(163,69,115); }

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

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

 a { background-color: rgb(163,69,115); }

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

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

 span { border-color: rgb(163,69,115); }

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