#AA316A

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

Shades of Rouge #AA316A

Tints of Rouge #AA316A

Color information

#AA316A (or 0xAA316A) is unknown color: approx Rouge. HEX triplet: AA, 31 and 6A. RGB value is (170,49,106). Sum of RGB (Red+Green+Blue) = 170+49+106=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA316A is #55CE95. Grayscale: #5B5B5B. Windows color (decimal): -5623446 or 6959530. OLE color: 6959530.

HSL color Cylindrical-coordinate representation of color #AA316A: hue angle of 331.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA316A is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17049106-
CMYK00.710.380.33
HSL331.74º55.25%42.94%-
HSV(B)331.74º71.18%66.67%-
XYZ20.2811.7814.84-
YUV91.68136.09183.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=52.31%
G=15.08%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704910600.710.380.33331.7455.2542.94
HexAA316A047262114c372b
Octal25261152010746415146753
Binary10101010110001110101001000111100110100001101001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA316A; }

 p { color: rgb(170,49,106); }

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

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

 a { background-color: rgb(170,49,106); }

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

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

 span { border-color: rgb(170,49,106); }

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