#A32E70

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

Shades of Rouge #A32E70

Tints of Rouge #A32E70

Color information

#A32E70 (or 0xA32E70) is unknown color: approx Rouge. HEX triplet: A3, 2E and 70. RGB value is (163,46,112). Sum of RGB (Red+Green+Blue) = 163+46+112=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E70 is #5CD18F. Grayscale: #585858. Windows color (decimal): -6082960 or 7351971. OLE color: 7351971.

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

Color convert

RGB16346112-
CMYK00.720.310.36
HSL326.15º55.98%40.98%-
HSV(B)326.15º71.78%63.92%-
XYZ19.0110.9116.43-
YUV88.51141.26181.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=50.78%
G=14.33%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634611200.720.310.36326.1555.9840.98
HexA32E700481F241463829
Octal24356160011037445067051
Binary1010001110111011100000100100011111100100101000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E70; }

 p { color: rgb(163,46,112); }

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

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

 a { background-color: rgb(163,46,112); }

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

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

 span { border-color: rgb(163,46,112); }

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