#AA3170

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

Shades of Rouge #AA3170

Tints of Rouge #AA3170

Color information

#AA3170 (or 0xAA3170) is unknown color: approx Rouge. HEX triplet: AA, 31 and 70. RGB value is (170,49,112). Sum of RGB (Red+Green+Blue) = 170+49+112=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3170 is #55CE8F. Grayscale: #5C5C5C. Windows color (decimal): -5623440 or 7352746. OLE color: 7352746.

HSL color Cylindrical-coordinate representation of color #AA3170: hue angle of 328.76º 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 #AA3170 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17049112-
CMYK00.710.340.33
HSL328.76º55.25%42.94%-
HSV(B)328.76º71.18%66.67%-
XYZ20.611.9116.54-
YUV92.36139.09183.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 49 (19.53% from 255) = 14.80%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=51.36%
G=14.80%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704911200.710.340.33328.7655.2542.94
HexAA31700472221149372b
Octal25261160010742415116753
Binary10101010110001111000001000111100010100001101001001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3170; }

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

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

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

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

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

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

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

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