Html Css Color HEX #A73561 Rouge

📋 copy color: '#A73561'

red 167 ◦ green 53 ◦ blue 97

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

Shades of Rouge #A73561

Tints of Rouge #A73561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 52.68%
G = 16.72%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A73561 (or 0xA73561) is known color: Rouge. HEX triplet: A7, 35 and 61. RGB value is (167,53,97). Sum of RGB (Red+Green+Blue) = 167+53+97=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A73561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73561 is #58CA9E. Grayscale: #5C5C5C. Windows color (decimal): -5819039 or 6370727. OLE color: 6370727.

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

Color convert

RGB 167 53 97 -
CMYK 0 0.68 0.42 0.35
HSL 336.84º 0.52% 0.43% -
HSV(B) 336.84º 0.68% 0.65% -
XYZ 19.37 11.62 12.53 -
YUV 92.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 167 53 97 0 0.68 0.42 0.35 336.84 0.52 0.43
Hex A7 35 61 0 44 2A 23 151 34 2B
Octal 247 65 141 0 104 52 43 521 64 53
Binary 10100111 110101 1100001 0 1000100 101010 100011 101010001 110100 101011

Color Harmonies of #A73561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73561

Black with #A73561

Text Example


Text Example

White with #A73561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73561; }

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

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

background-color css

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

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

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

border-color css

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

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

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