#A44D7C

Color #A44D7C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A44D7C

Tints of Royal Heath #A44D7C

Color information

#A44D7C (or 0xA44D7C) is unknown color: approx Royal Heath. HEX triplet: A4, 4D and 7C. RGB value is (164,77,124). Sum of RGB (Red+Green+Blue) = 164+77+124=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D7C is #5BB283. Grayscale: #6C6C6C. Windows color (decimal): -6009476 or 8146340. OLE color: 8146340.

HSL color Cylindrical-coordinate representation of color #A44D7C: hue angle of 327.59º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D7C is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16477124-
CMYK00.530.240.36
HSL327.59º36.1%47.25%-
HSV(B)327.59º53.05%64.31%-
XYZ21.614.6620.76-
YUV108.37136.82167.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=44.93%
G=21.10%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647712400.530.240.36327.5936.147.25
HexA44D7C0351824148242f
Octal24411517406530445104457
Binary1010010010011011111100011010111000100100101001000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D7C; }

 p { color: rgb(164,77,124); }

 H1.HeaderClassName
 {
   color: #A44D7C;
 }
 .AnyTagClassName
 {
   color: #A44D7C;
 }
</style>
background-color css

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

 a { background-color: rgb(164,77,124); }

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

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

 span { border-color: rgb(164,77,124); }

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