Html Css Color HEX #A73361 Rouge

📋 copy color: '#A73361'

red 167 ◦ green 51 ◦ blue 97

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

Shades of Rouge #A73361

Tints of Rouge #A73361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 53.02%
G = 16.19%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A73361 (or 0xA73361) is known color: Rouge. HEX triplet: A7, 33 and 61. RGB value is (167,51,97). Sum of RGB (Red+Green+Blue) = 167+51+97=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A73361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73361 is #58CC9E. Grayscale: #5A5A5A. Windows color (decimal): -5819551 or 6370215. OLE color: 6370215.

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

Color convert

RGB 167 51 97 -
CMYK 0 0.69 0.42 0.35
HSL 336.21º 0.53% 0.43% -
HSV(B) 336.21º 0.69% 0.65% -
XYZ 19.28 11.45 12.5 -
YUV 90.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 167 51 97 0 0.69 0.42 0.35 336.21 0.53 0.43
Hex A7 33 61 0 45 2A 23 150 35 2B
Octal 247 63 141 0 105 52 43 520 65 53
Binary 10100111 110011 1100001 0 1000101 101010 100011 101010000 110101 101011

Color Harmonies of #A73361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73361

Black with #A73361

Text Example


Text Example

White with #A73361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73361; }

 p { color: rgb(167,51,97); }

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

background-color css

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

 a { background-color: rgb(167,51,97); }

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

border-color css

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

 span { border-color: rgb(167,51,97); }

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