Html Css Color HEX #A04771 Rouge

📋 copy color: '#A04771'

red 160 ◦ green 71 ◦ blue 113

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

Shades of Rouge #A04771

Tints of Rouge #A04771

RGB

 RED value IS 160 (62.89% from 255) = 46.51%

 GREEN value IS 71 (28.13% from 255) = 20.64%

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

R = 46.51%
G = 20.64%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A04771 (or 0xA04771) is known color: Rouge. HEX triplet: A0, 47 and 71. RGB value is (160,71,113). Sum of RGB (Red+Green+Blue) = 160+71+113=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04771 is #5FB88E. Grayscale: #666666. Windows color (decimal): -6273167 or 7423904. OLE color: 7423904.

HSL color Cylindrical-coordinate representation of color #A04771: hue angle of 331.69º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04771 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 113 -
CMYK 0 0.56 0.29 0.37
HSL 331.69º 0.39% 0.45% -
HSV(B) 331.69º 0.56% 0.63% -
XYZ 19.73 13.17 17.13 -
YUV 102.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 160 71 113 0 0.56 0.29 0.37 331.69 0.39 0.45
Hex A0 47 71 0 38 1D 25 14C 27 2D
Octal 240 107 161 0 70 35 45 514 47 55
Binary 10100000 1000111 1110001 0 111000 11101 100101 101001100 100111 101101

Color Harmonies of #A04771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04771

Black with #A04771

Text Example


Text Example

White with #A04771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04771; }

 p { color: rgb(160,71,113); }

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

background-color css

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

 a { background-color: rgb(160,71,113); }

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

border-color css

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

 span { border-color: rgb(160,71,113); }

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