Html Css Color HEX #A5316D Rouge

📋 copy color: '#A5316D'

red 165 ◦ green 49 ◦ blue 109

#A5316D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A5316D

Tints of Rouge #A5316D

RGB

 RED value IS 165 (64.84% from 255) = 51.08%

 GREEN value IS 49 (19.53% from 255) = 15.17%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 51.08%
G = 15.17%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5316D (or 0xA5316D) is known color: Rouge. HEX triplet: A5, 31 and 6D. RGB value is (165,49,109). Sum of RGB (Red+Green+Blue) = 165+49+109=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5316D is #5ACE92. Grayscale: #5A5A5A. Windows color (decimal): -5951123 or 7156133. OLE color: 7156133.

HSL color Cylindrical-coordinate representation of color #A5316D: hue angle of 328.97º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5316D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 109 -
CMYK 0 0.70 0.34 0.35
HSL 328.97º 0.54% 0.42% -
HSV(B) 328.97º 0.7% 0.65% -
XYZ 19.38 11.3 15.63 -
YUV 90.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 165 49 109 0 0.70 0.34 0.35 328.97 0.54 0.42
Hex A5 31 6D 0 46 22 23 149 36 2A
Octal 245 61 155 0 106 42 43 511 66 52
Binary 10100101 110001 1101101 0 1000110 100010 100011 101001001 110110 101010

Color Harmonies of #A5316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5316D

Black with #A5316D

Text Example


Text Example

White with #A5316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5316D; }

 p { color: rgb(165,49,109); }

 H1.HeaderClassName
 {
   color: #A5316D;
 }
 .AnyTagClassName
 {
   color: #A5316D;
 }
</style>

background-color css

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

 a { background-color: rgb(165,49,109); }

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

border-color css

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

 span { border-color: rgb(165,49,109); }

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