Html Css Color HEX #A1316E Rouge

📋 copy color: '#A1316E'

red 161 ◦ green 49 ◦ blue 110

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

Shades of Rouge #A1316E

Tints of Rouge #A1316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 50.31%
G = 15.31%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1316E (or 0xA1316E) is known color: Rouge. HEX triplet: A1, 31 and 6E. RGB value is (161,49,110). Sum of RGB (Red+Green+Blue) = 161+49+110=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1316E is #5ECE91. Grayscale: #595959. Windows color (decimal): -6213266 or 7221665. OLE color: 7221665.

HSL color Cylindrical-coordinate representation of color #A1316E: hue angle of 327.32º 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 #A1316E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 49 110 -
CMYK 0 0.70 0.32 0.37
HSL 327.32º 0.53% 0.41% -
HSV(B) 327.32º 0.7% 0.63% -
XYZ 18.61 10.9 15.87 -
YUV 89.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 161 49 110 0 0.70 0.32 0.37 327.32 0.53 0.41
Hex A1 31 6E 0 46 20 25 147 35 29
Octal 241 61 156 0 106 40 45 507 65 51
Binary 10100001 110001 1101110 0 1000110 100000 100101 101000111 110101 101001

Color Harmonies of #A1316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1316E

Black with #A1316E

Text Example


Text Example

White with #A1316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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