Html Css Color HEX #A0316D Rouge

📋 copy color: '#A0316D'

red 160 ◦ green 49 ◦ blue 109

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

Shades of Rouge #A0316D

Tints of Rouge #A0316D

RGB

 RED value IS 160 (62.89% from 255) = 50.31%

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

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

R = 50.31%
G = 15.41%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0316D (or 0xA0316D) is known color: Rouge. HEX triplet: A0, 31 and 6D. RGB value is (160,49,109). Sum of RGB (Red+Green+Blue) = 160+49+109=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0316D is #5FCE92. Grayscale: #585858. Windows color (decimal): -6278803 or 7156128. OLE color: 7156128.

HSL color Cylindrical-coordinate representation of color #A0316D: hue angle of 327.57º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0316D is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 109 -
CMYK 0 0.69 0.32 0.37
HSL 327.57º 0.53% 0.41% -
HSV(B) 327.57º 0.69% 0.63% -
XYZ 18.36 10.77 15.58 -
YUV 89.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 160 49 109 0 0.69 0.32 0.37 327.57 0.53 0.41
Hex A0 31 6D 0 45 20 25 148 35 29
Octal 240 61 155 0 105 40 45 510 65 51
Binary 10100000 110001 1101101 0 1000101 100000 100101 101001000 110101 101001

Color Harmonies of #A0316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0316D

Black with #A0316D

Text Example


Text Example

White with #A0316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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