Html Css Color HEX #A73071 Rouge

📋 copy color: '#A73071'

red 167 ◦ green 48 ◦ blue 113

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

Shades of Rouge #A73071

Tints of Rouge #A73071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 50.91%
G = 14.63%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A73071 (or 0xA73071) is known color: Rouge. HEX triplet: A7, 30 and 71. RGB value is (167,48,113). Sum of RGB (Red+Green+Blue) = 167+48+113=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A73071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73071 is #58CF8E. Grayscale: #5A5A5A. Windows color (decimal): -5820303 or 7418023. OLE color: 7418023.

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

Color convert

RGB 167 48 113 -
CMYK 0 0.71 0.32 0.35
HSL 327.23º 0.55% 0.42% -
HSV(B) 327.23º 0.71% 0.65% -
XYZ 19.97 11.52 16.79 -
YUV 90.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 167 48 113 0 0.71 0.32 0.35 327.23 0.55 0.42
Hex A7 30 71 0 47 20 23 147 37 2A
Octal 247 60 161 0 107 40 43 507 67 52
Binary 10100111 110000 1110001 0 1000111 100000 100011 101000111 110111 101010

Color Harmonies of #A73071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73071

Black with #A73071

Text Example


Text Example

White with #A73071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73071; }

 p { color: rgb(167,48,113); }

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

background-color css

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

 a { background-color: rgb(167,48,113); }

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

border-color css

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

 span { border-color: rgb(167,48,113); }

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