Html Css Color HEX #A04573 Rouge

📋 copy color: '#A04573'

red 160 ◦ green 69 ◦ blue 115

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

Shades of Rouge #A04573

Tints of Rouge #A04573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

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

R = 46.51%
G = 20.06%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A04573 (or 0xA04573) is known color: Rouge. HEX triplet: A0, 45 and 73. RGB value is (160,69,115). Sum of RGB (Red+Green+Blue) = 160+69+115=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04573 is #5FBA8C. Grayscale: #656565. Windows color (decimal): -6273677 or 7554464. OLE color: 7554464.

HSL color Cylindrical-coordinate representation of color #A04573: hue angle of 329.67º 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 #A04573 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 69 115 -
CMYK 0 0.57 0.28 0.37
HSL 329.67º 0.4% 0.45% -
HSV(B) 329.67º 0.57% 0.63% -
XYZ 19.72 12.97 17.68 -
YUV 101.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 160 69 115 0 0.57 0.28 0.37 329.67 0.4 0.45
Hex A0 45 73 0 39 1C 25 14A 28 2D
Octal 240 105 163 0 71 34 45 512 50 55
Binary 10100000 1000101 1110011 0 111001 11100 100101 101001010 101000 101101

Color Harmonies of #A04573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04573

Black with #A04573

Text Example


Text Example

White with #A04573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04573; }

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

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

background-color css

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

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

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

border-color css

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

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

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