Html Css Color HEX #A1316A Rouge

📋 copy color: '#A1316A'

red 161 ◦ green 49 ◦ blue 106

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

Shades of Rouge #A1316A

Tints of Rouge #A1316A

RGB

 RED value IS 161 (63.28% from 255) = 50.95%

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 50.95%
G = 15.51%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1316A (or 0xA1316A) is known color: Rouge. HEX triplet: A1, 31 and 6A. RGB value is (161,49,106). Sum of RGB (Red+Green+Blue) = 161+49+106=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A1316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1316A is #5ECE95. Grayscale: #585858. Windows color (decimal): -6213270 or 6959521. OLE color: 6959521.

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

Color convert

RGB 161 49 106 -
CMYK 0 0.70 0.34 0.37
HSL 329.46º 0.53% 0.41% -
HSV(B) 329.46º 0.7% 0.63% -
XYZ 18.4 10.81 14.75 -
YUV 88.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 161 49 106 0 0.70 0.34 0.37 329.46 0.53 0.41
Hex A1 31 6A 0 46 22 25 149 35 29
Octal 241 61 152 0 106 42 45 511 65 51
Binary 10100001 110001 1101010 0 1000110 100010 100101 101001001 110101 101001

Color Harmonies of #A1316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1316A

Black with #A1316A

Text Example


Text Example

White with #A1316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1316A; }

 p { color: rgb(161,49,106); }

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

background-color css

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

 a { background-color: rgb(161,49,106); }

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

border-color css

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

 span { border-color: rgb(161,49,106); }

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