Html Css Color HEX #A04175 Rouge

📋 copy color: '#A04175'

red 160 ◦ green 65 ◦ blue 117

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

Shades of Rouge #A04175

Tints of Rouge #A04175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 46.78%
G = 19.01%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A04175 (or 0xA04175) is known color: Rouge. HEX triplet: A0, 41 and 75. RGB value is (160,65,117). Sum of RGB (Red+Green+Blue) = 160+65+117=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A04175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04175 is #5FBE8A. Grayscale: #636363. Windows color (decimal): -6274699 or 7684512. OLE color: 7684512.

HSL color Cylindrical-coordinate representation of color #A04175: hue angle of 327.16º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04175 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 117 -
CMYK 0 0.59 0.27 0.37
HSL 327.16º 0.42% 0.44% -
HSV(B) 327.16º 0.59% 0.63% -
XYZ 19.6 12.54 18.22 -
YUV 99.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 160 65 117 0 0.59 0.27 0.37 327.16 0.42 0.44
Hex A0 41 75 0 3B 1B 25 147 2A 2C
Octal 240 101 165 0 73 33 45 507 52 54
Binary 10100000 1000001 1110101 0 111011 11011 100101 101000111 101010 101100

Color Harmonies of #A04175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04175

Black with #A04175

Text Example


Text Example

White with #A04175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04175; }

 p { color: rgb(160,65,117); }

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

background-color css

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

 a { background-color: rgb(160,65,117); }

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

border-color css

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

 span { border-color: rgb(160,65,117); }

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