Html Css Color HEX #A04371 Rouge

📋 copy color: '#A04371'

red 160 ◦ green 67 ◦ blue 113

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

Shades of Rouge #A04371

Tints of Rouge #A04371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

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

R = 47.06%
G = 19.71%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A04371 (or 0xA04371) is known color: Rouge. HEX triplet: A0, 43 and 71. RGB value is (160,67,113). Sum of RGB (Red+Green+Blue) = 160+67+113=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A04371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04371 is #5FBC8E. Grayscale: #636363. Windows color (decimal): -6274191 or 7422880. OLE color: 7422880.

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

Color convert

RGB 160 67 113 -
CMYK 0 0.58 0.29 0.37
HSL 330.32º 0.41% 0.45% -
HSV(B) 330.32º 0.58% 0.63% -
XYZ 19.49 12.68 17.04 -
YUV 100.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 160 67 113 0 0.58 0.29 0.37 330.32 0.41 0.45
Hex A0 43 71 0 3A 1D 25 14A 29 2D
Octal 240 103 161 0 72 35 45 512 51 55
Binary 10100000 1000011 1110001 0 111010 11101 100101 101001010 101001 101101

Color Harmonies of #A04371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04371

Black with #A04371

Text Example


Text Example

White with #A04371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04371; }

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

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

background-color css

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

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

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

border-color css

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

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

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