#A43270

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

Shades of Rouge #A43270

Tints of Rouge #A43270

Color information

#A43270 (or 0xA43270) is unknown color: approx Rouge. HEX triplet: A4, 32 and 70. RGB value is (164,50,112). Sum of RGB (Red+Green+Blue) = 164+50+112=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A43270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43270 is #5BCD8F. Grayscale: #5B5B5B. Windows color (decimal): -6016400 or 7352996. OLE color: 7352996.

HSL color Cylindrical-coordinate representation of color #A43270: hue angle of 327.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43270 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16450112-
CMYK00.700.320.36
HSL327.37º53.27%41.96%-
HSV(B)327.37º69.51%64.31%-
XYZ19.3811.3416.5-
YUV91.15139.77179.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=50.31%
G=15.34%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645011200.700.320.36327.3753.2741.96
HexA432700462024147352a
Octal24462160010640445076552
Binary10100100110010111000001000110100000100100101000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43270; }

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

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

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

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

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

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

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

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