#A74570

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

Shades of Rouge #A74570

Tints of Rouge #A74570

Color information

#A74570 (or 0xA74570) is unknown color: approx Rouge. HEX triplet: A7, 45 and 70. RGB value is (167,69,112). Sum of RGB (Red+Green+Blue) = 167+69+112=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A74570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74570 is #58BA8F. Grayscale: #676767. Windows color (decimal): -5814928 or 7357863. OLE color: 7357863.

HSL color Cylindrical-coordinate representation of color #A74570: hue angle of 333.67º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74570 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16769112-
CMYK00.590.330.35
HSL333.67º41.53%46.27%-
HSV(B)333.67º58.68%65.49%-
XYZ20.9913.6416.86-
YUV103.2132.97173.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=47.99%
G=19.83%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676911200.590.330.35333.6741.5346.27
HexA7457003B212314e2a2e
Octal24710516007341435165256
Binary10100111100010111100000111011100001100011101001110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74570; }

 p { color: rgb(167,69,112); }

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

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

 a { background-color: rgb(167,69,112); }

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

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

 span { border-color: rgb(167,69,112); }

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