#A63270

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

Shades of Rouge #A63270

Tints of Rouge #A63270

Color information

#A63270 (or 0xA63270) is unknown color: approx Rouge. HEX triplet: A6, 32 and 70. RGB value is (166,50,112). Sum of RGB (Red+Green+Blue) = 166+50+112=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A63270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63270 is #59CD8F. Grayscale: #5B5B5B. Windows color (decimal): -5885328 or 7352998. OLE color: 7352998.

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

Color convert

RGB16650112-
CMYK00.700.330.35
HSL327.93º53.7%42.35%-
HSV(B)327.93º69.88%65.1%-
XYZ19.7911.5616.52-
YUV91.75139.43180.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=50.61%
G=15.24%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665011200.700.330.35327.9353.742.35
HexA632700462123148362a
Octal24662160010641435106652
Binary10100110110010111000001000110100001100011101001000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63270; }

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

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

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

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

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

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

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

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