Html Css Color HEX #A04A80 Royal Heath

📋 copy color: '#A04A80'

red 160 ◦ green 74 ◦ blue 128

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

Shades of Royal Heath #A04A80

Tints of Royal Heath #A04A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.44%

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

R = 44.2%
G = 20.44%
B = 35.36%

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

#A04A80 (or 0xA04A80) is known color: Royal Heath. HEX triplet: A0, 4A and 80. RGB value is (160,74,128). Sum of RGB (Red+Green+Blue) = 160+74+128=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A80 is #5FB57F. Grayscale: #696969. Windows color (decimal): -6272384 or 8407712. OLE color: 8407712.

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

Color convert

RGB 160 74 128 -
CMYK 0 0.54 0.20 0.37
HSL 322.33º 0.37% 0.46% -
HSV(B) 322.33º 0.54% 0.63% -
XYZ 20.84 13.93 22.01 -
YUV 105.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 160 74 128 0 0.54 0.20 0.37 322.33 0.37 0.46
Hex A0 4A 80 0 36 14 25 142 25 2E
Octal 240 112 200 0 66 24 45 502 45 56
Binary 10100000 1001010 10000000 0 110110 10100 100101 101000010 100101 101110

Color Harmonies of #A04A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A80

Black with #A04A80

Text Example


Text Example

White with #A04A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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