Html Css Color HEX #A73164 Rouge

📋 copy color: '#A73164'

red 167 ◦ green 49 ◦ blue 100

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

Shades of Rouge #A73164

Tints of Rouge #A73164

RGB

 RED value IS 167 (65.63% from 255) = 52.85%

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

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 52.85%
G = 15.51%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A73164 (or 0xA73164) is known color: Rouge. HEX triplet: A7, 31 and 64. RGB value is (167,49,100). Sum of RGB (Red+Green+Blue) = 167+49+100=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A73164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73164 is #58CE9B. Grayscale: #5A5A5A. Windows color (decimal): -5820060 or 6566311. OLE color: 6566311.

HSL color Cylindrical-coordinate representation of color #A73164: hue angle of 334.07º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73164 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 100 -
CMYK 0 0.71 0.40 0.35
HSL 334.07º 0.55% 0.42% -
HSV(B) 334.07º 0.71% 0.65% -
XYZ 19.33 11.33 13.22 -
YUV 90.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 167 49 100 0 0.71 0.40 0.35 334.07 0.55 0.42
Hex A7 31 64 0 47 28 23 14E 37 2A
Octal 247 61 144 0 107 50 43 516 67 52
Binary 10100111 110001 1100100 0 1000111 101000 100011 101001110 110111 101010

Color Harmonies of #A73164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73164

Black with #A73164

Text Example


Text Example

White with #A73164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73164; }

 p { color: rgb(167,49,100); }

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

background-color css

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

 a { background-color: rgb(167,49,100); }

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

border-color css

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

 span { border-color: rgb(167,49,100); }

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