#A42A70

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

Shades of Rouge #A42A70

Tints of Rouge #A42A70

Color information

#A42A70 (or 0xA42A70) is unknown color: approx Rouge. HEX triplet: A4, 2A and 70. RGB value is (164,42,112). Sum of RGB (Red+Green+Blue) = 164+42+112=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42A70 is #5BD58F. Grayscale: #565656. Windows color (decimal): -6018448 or 7350948. OLE color: 7350948.

HSL color Cylindrical-coordinate representation of color #A42A70: hue angle of 325.57º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42A70 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16442112-
CMYK00.740.320.36
HSL325.57º59.22%40.39%-
HSV(B)325.57º74.39%64.31%-
XYZ19.0610.7216.39-
YUV86.46142.42183.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 42 (16.80% from 255) = 13.21%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=51.57%
G=13.21%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644211200.740.320.36325.5759.2240.39
HexA42A7004A20241463b28
Octal24452160011240445067350
Binary10100100101010111000001001010100000100100101000110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A70; }

 p { color: rgb(164,42,112); }

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

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

 a { background-color: rgb(164,42,112); }

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

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

 span { border-color: rgb(164,42,112); }

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