#A44D7F

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

Shades of Royal Heath #A44D7F

Tints of Royal Heath #A44D7F

Color information

#A44D7F (or 0xA44D7F) is unknown color: approx Royal Heath. HEX triplet: A4, 4D and 7F. RGB value is (164,77,127). Sum of RGB (Red+Green+Blue) = 164+77+127=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D7F is #5BB280. Grayscale: #6C6C6C. Windows color (decimal): -6009473 or 8342948. OLE color: 8342948.

HSL color Cylindrical-coordinate representation of color #A44D7F: hue angle of 325.52º 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 #A44D7F is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16477127-
CMYK00.530.230.36
HSL325.52º36.1%47.25%-
HSV(B)325.52º53.05%64.31%-
XYZ21.7914.7321.77-
YUV108.71138.32167.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 127 (50% from 255) = 34.51%
R=44.57%
G=20.92%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647712700.530.230.36325.5236.147.25
HexA44D7F0351724146242f
Octal24411517706527445064457
Binary1010010010011011111111011010110111100100101000110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D7F; }

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

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

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

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

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

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

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

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