#a93164

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

Shades of Rouge #A93164

Tints of Rouge #A93164

Color information

#A93164 (or 0xA93164) is unknown color: approx Rouge. HEX triplet: A9, 31 and 64. RGB value is (169,49,100). Sum of RGB (Red+Green+Blue) = 169+49+100=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A93164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93164 is #56CE9B. Grayscale: #5A5A5A. Windows color (decimal): -5688988 or 6566313. OLE color: 6566313.

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

Color convert

RGB16949100-
CMYK00.710.410.34
HSL334.5º55.05%42.75%-
HSV(B)334.5º71.01%66.27%-
XYZ19.7611.5513.24-
YUV90.69133.26183.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=53.14%
G=15.41%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694910000.710.410.34334.555.0542.75
HexA93164047292214e372b
Octal25161144010751425166753
Binary10101001110001110010001000111101001100010101001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a93164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a93164; }

 p { color: rgb(169,49,100); }

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

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

 a { background-color: rgb(169,49,100); }

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

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

 span { border-color: rgb(169,49,100); }

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