#A42B70

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

Shades of Rouge #A42B70

Tints of Rouge #A42B70

Color information

#A42B70 (or 0xA42B70) is unknown color: approx Rouge. HEX triplet: A4, 2B and 70. RGB value is (164,43,112). Sum of RGB (Red+Green+Blue) = 164+43+112=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42B70 is #5BD48F. Grayscale: #565656. Windows color (decimal): -6018192 or 7351204. OLE color: 7351204.

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

Color convert

RGB16443112-
CMYK00.740.320.36
HSL325.79º58.45%40.59%-
HSV(B)325.79º73.78%64.31%-
XYZ19.110.7916.41-
YUV87.04142.09182.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=51.41%
G=13.48%
B=35.11%

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
Decimal1644311200.740.320.36325.7958.4540.59
HexA42B7004A20241463a29
Octal24453160011240445067251
Binary10100100101011111000001001010100000100100101000110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42B70; }

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

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

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

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

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

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

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

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