Html Css Color HEX #A04973 Royal Heath

📋 copy color: '#A04973'

red 160 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #A04973

Tints of Royal Heath #A04973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 45.98%
G = 20.98%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A04973 (or 0xA04973) is known color: Royal Heath. HEX triplet: A0, 49 and 73. RGB value is (160,73,115). Sum of RGB (Red+Green+Blue) = 160+73+115=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04973 is #5FB68C. Grayscale: #676767. Windows color (decimal): -6272653 or 7555488. OLE color: 7555488.

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

Color convert

RGB 160 73 115 -
CMYK 0 0.54 0.28 0.37
HSL 331.03º 0.37% 0.46% -
HSV(B) 331.03º 0.54% 0.63% -
XYZ 19.97 13.48 17.77 -
YUV 103.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 160 73 115 0 0.54 0.28 0.37 331.03 0.37 0.46
Hex A0 49 73 0 36 1C 25 14B 25 2E
Octal 240 111 163 0 66 34 45 513 45 56
Binary 10100000 1001001 1110011 0 110110 11100 100101 101001011 100101 101110

Color Harmonies of #A04973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04973

Black with #A04973

Text Example


Text Example

White with #A04973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04973; }

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

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

background-color css

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

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

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

border-color css

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

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

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