Html Css Color HEX #A04E7D Royal Heath

📋 copy color: '#A04E7D'

red 160 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #A04E7D

Tints of Royal Heath #A04E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 44.08%
G = 21.49%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A04E7D (or 0xA04E7D) is known color: Royal Heath. HEX triplet: A0, 4E and 7D. RGB value is (160,78,125). Sum of RGB (Red+Green+Blue) = 160+78+125=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E7D is #5FB182. Grayscale: #6B6B6B. Windows color (decimal): -6271363 or 8212128. OLE color: 8212128.

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

Color convert

RGB 160 78 125 -
CMYK 0 0.51 0.22 0.37
HSL 325.61º 0.34% 0.47% -
HSV(B) 325.61º 0.51% 0.63% -
XYZ 20.92 14.4 21.08 -
YUV 107.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 160 78 125 0 0.51 0.22 0.37 325.61 0.34 0.47
Hex A0 4E 7D 0 33 16 25 146 22 2F
Octal 240 116 175 0 63 26 45 506 42 57
Binary 10100000 1001110 1111101 0 110011 10110 100101 101000110 100010 101111

Color Harmonies of #A04E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E7D

Black with #A04E7D

Text Example


Text Example

White with #A04E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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