Html Css Color HEX #A04979 Royal Heath

📋 copy color: '#A04979'

red 160 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #A04979

Tints of Royal Heath #A04979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 45.2%
G = 20.62%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A04979 (or 0xA04979) is known color: Royal Heath. HEX triplet: A0, 49 and 79. RGB value is (160,73,121). Sum of RGB (Red+Green+Blue) = 160+73+121=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A04979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04979 is #5FB686. Grayscale: #686868. Windows color (decimal): -6272647 or 7948704. OLE color: 7948704.

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

Color convert

RGB 160 73 121 -
CMYK 0 0.54 0.24 0.37
HSL 326.9º 0.37% 0.46% -
HSV(B) 326.9º 0.54% 0.63% -
XYZ 20.33 13.62 19.65 -
YUV 104.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 160 73 121 0 0.54 0.24 0.37 326.9 0.37 0.46
Hex A0 49 79 0 36 18 25 147 25 2E
Octal 240 111 171 0 66 30 45 507 45 56
Binary 10100000 1001001 1111001 0 110110 11000 100101 101000111 100101 101110

Color Harmonies of #A04979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04979

Black with #A04979

Text Example


Text Example

White with #A04979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04979; }

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

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

background-color css

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

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

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

border-color css

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

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

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