Html Css Color HEX #A04E74 Royal Heath

📋 copy color: '#A04E74'

red 160 ◦ green 78 ◦ blue 116

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

Shades of Royal Heath #A04E74

Tints of Royal Heath #A04E74

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.03%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 45.2%
G = 22.03%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A04E74 (or 0xA04E74) is known color: Royal Heath. HEX triplet: A0, 4E and 74. RGB value is (160,78,116). Sum of RGB (Red+Green+Blue) = 160+78+116=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E74 is #5FB18B. Grayscale: #6A6A6A. Windows color (decimal): -6271372 or 7622304. OLE color: 7622304.

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

Color convert

RGB 160 78 116 -
CMYK 0 0.51 0.28 0.37
HSL 332.2º 0.34% 0.47% -
HSV(B) 332.2º 0.51% 0.63% -
XYZ 20.37 14.18 18.19 -
YUV 106.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 160 78 116 0 0.51 0.28 0.37 332.2 0.34 0.47
Hex A0 4E 74 0 33 1C 25 14C 22 2F
Octal 240 116 164 0 63 34 45 514 42 57
Binary 10100000 1001110 1110100 0 110011 11100 100101 101001100 100010 101111

Color Harmonies of #A04E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E74

Black with #A04E74

Text Example


Text Example

White with #A04E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E74; }

 p { color: rgb(160,78,116); }

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

background-color css

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

 a { background-color: rgb(160,78,116); }

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

border-color css

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

 span { border-color: rgb(160,78,116); }

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