#A44C7F

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

Shades of Royal Heath #A44C7F

Tints of Royal Heath #A44C7F

Color information

#A44C7F (or 0xA44C7F) is unknown color: approx Royal Heath. HEX triplet: A4, 4C and 7F. RGB value is (164,76,127). Sum of RGB (Red+Green+Blue) = 164+76+127=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C7F is #5BB380. Grayscale: #6C6C6C. Windows color (decimal): -6009729 or 8342692. OLE color: 8342692.

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

Color convert

RGB16476127-
CMYK00.540.230.36
HSL325.23º36.67%47.06%-
HSV(B)325.23º53.66%64.31%-
XYZ21.7314.5921.75-
YUV108.13138.65167.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 127 (50% from 255) = 34.60%
R=44.69%
G=20.71%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647612700.540.230.36325.2336.6747.06
HexA44C7F0361724145252f
Octal24411417706627445054557
Binary1010010010011001111111011011010111100100101000101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C7F; }

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

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

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

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

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

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

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

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