#A8316E

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

Shades of Rouge #A8316E

Tints of Rouge #A8316E

Color information

#A8316E (or 0xA8316E) is unknown color: approx Rouge. HEX triplet: A8, 31 and 6E. RGB value is (168,49,110). Sum of RGB (Red+Green+Blue) = 168+49+110=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8316E is #57CE91. Grayscale: #5B5B5B. Windows color (decimal): -5754514 or 7221672. OLE color: 7221672.

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

Color convert

RGB16849110-
CMYK00.710.350.34
HSL329.24º54.84%42.55%-
HSV(B)329.24º70.83%65.88%-
XYZ20.0611.6515.94-
YUV91.54138.42182.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=51.38%
G=14.98%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684911000.710.350.34329.2454.8442.55
HexA8316E0472322149372b
Octal25061156010743425116753
Binary10101000110001110111001000111100011100010101001001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8316E; }

 p { color: rgb(168,49,110); }

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

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

 a { background-color: rgb(168,49,110); }

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

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

 span { border-color: rgb(168,49,110); }

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