#A32C6E

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

Shades of Rouge #A32C6E

Tints of Rouge #A32C6E

Color information

#A32C6E (or 0xA32C6E) is unknown color: approx Rouge. HEX triplet: A3, 2C and 6E. RGB value is (163,44,110). Sum of RGB (Red+Green+Blue) = 163+44+110=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32C6E is #5CD391. Grayscale: #565656. Windows color (decimal): -6083474 or 7220387. OLE color: 7220387.

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

Color convert

RGB16344110-
CMYK00.730.330.36
HSL326.72º57.49%40.59%-
HSV(B)326.72º73.01%63.92%-
XYZ18.8210.7115.83-
YUV87.1140.92182.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=51.42%
G=13.88%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634411000.730.330.36326.7257.4940.59
HexA32C6E04921241473929
Octal24354156011141445077151
Binary10100011101100110111001001001100001100100101000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32C6E; }

 p { color: rgb(163,44,110); }

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

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

 a { background-color: rgb(163,44,110); }

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

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

 span { border-color: rgb(163,44,110); }

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