Html Css Color HEX #A04873 Rouge

📋 copy color: '#A04873'

red 160 ◦ green 72 ◦ blue 115

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

Shades of Rouge #A04873

Tints of Rouge #A04873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 46.11%
G = 20.75%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A04873 (or 0xA04873) is known color: Rouge. HEX triplet: A0, 48 and 73. RGB value is (160,72,115). Sum of RGB (Red+Green+Blue) = 160+72+115=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04873 is #5FB78C. Grayscale: #676767. Windows color (decimal): -6272909 or 7555232. OLE color: 7555232.

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

Color convert

RGB 160 72 115 -
CMYK 0 0.55 0.28 0.37
HSL 330.68º 0.38% 0.45% -
HSV(B) 330.68º 0.55% 0.63% -
XYZ 19.91 13.35 17.75 -
YUV 103.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 160 72 115 0 0.55 0.28 0.37 330.68 0.38 0.45
Hex A0 48 73 0 37 1C 25 14B 26 2D
Octal 240 110 163 0 67 34 45 513 46 55
Binary 10100000 1001000 1110011 0 110111 11100 100101 101001011 100110 101101

Color Harmonies of #A04873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04873

Black with #A04873

Text Example


Text Example

White with #A04873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04873; }

 p { color: rgb(160,72,115); }

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

background-color css

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

 a { background-color: rgb(160,72,115); }

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

border-color css

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

 span { border-color: rgb(160,72,115); }

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