Html Css Color HEX #A04980 Royal Heath

📋 copy color: '#A04980'

red 160 ◦ green 73 ◦ blue 128

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

Shades of Royal Heath #A04980

Tints of Royal Heath #A04980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 44.32%
G = 20.22%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A04980 (or 0xA04980) is known color: Royal Heath. HEX triplet: A0, 49 and 80. RGB value is (160,73,128). Sum of RGB (Red+Green+Blue) = 160+73+128=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04980 is #5FB67F. Grayscale: #696969. Windows color (decimal): -6272640 or 8407456. OLE color: 8407456.

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

Color convert

RGB 160 73 128 -
CMYK 0 0.54 0.20 0.37
HSL 322.07º 0.37% 0.46% -
HSV(B) 322.07º 0.54% 0.63% -
XYZ 20.78 13.8 21.99 -
YUV 105.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 160 73 128 0 0.54 0.20 0.37 322.07 0.37 0.46
Hex A0 49 80 0 36 14 25 142 25 2E
Octal 240 111 200 0 66 24 45 502 45 56
Binary 10100000 1001001 10000000 0 110110 10100 100101 101000010 100101 101110

Color Harmonies of #A04980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04980

Black with #A04980

Text Example


Text Example

White with #A04980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04980; }

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

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

background-color css

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

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

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

border-color css

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

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

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