Html Css Color HEX #A04471 Rouge

📋 copy color: '#A04471'

red 160 ◦ green 68 ◦ blue 113

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

Shades of Rouge #A04471

Tints of Rouge #A04471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

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

R = 46.92%
G = 19.94%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A04471 (or 0xA04471) is known color: Rouge. HEX triplet: A0, 44 and 71. RGB value is (160,68,113). Sum of RGB (Red+Green+Blue) = 160+68+113=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A04471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04471 is #5FBB8E. Grayscale: #646464. Windows color (decimal): -6273935 or 7423136. OLE color: 7423136.

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

Color convert

RGB 160 68 113 -
CMYK 0 0.57 0.29 0.37
HSL 330.65º 0.4% 0.45% -
HSV(B) 330.65º 0.58% 0.63% -
XYZ 19.54 12.8 17.06 -
YUV 100.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 160 68 113 0 0.57 0.29 0.37 330.65 0.4 0.45
Hex A0 44 71 0 39 1D 25 14B 28 2D
Octal 240 104 161 0 71 35 45 513 50 55
Binary 10100000 1000100 1110001 0 111001 11101 100101 101001011 101000 101101

Color Harmonies of #A04471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04471

Black with #A04471

Text Example


Text Example

White with #A04471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04471; }

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

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

background-color css

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

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

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

border-color css

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

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

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