#A44F77

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

Shades of Royal Heath #A44F77

Tints of Royal Heath #A44F77

Color information

#A44F77 (or 0xA44F77) is unknown color: approx Royal Heath. HEX triplet: A4, 4F and 77. RGB value is (164,79,119). Sum of RGB (Red+Green+Blue) = 164+79+119=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F77 is #5BB088. Grayscale: #6C6C6C. Windows color (decimal): -6008969 or 7819172. OLE color: 7819172.

HSL color Cylindrical-coordinate representation of color #A44F77: hue angle of 331.76º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F77 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16479119-
CMYK00.520.270.36
HSL331.76º34.98%47.65%-
HSV(B)331.76º51.83%64.31%-
XYZ21.4414.8219.18-
YUV108.98133.66167.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=45.30%
G=21.82%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647911900.520.270.36331.7634.9847.65
HexA44F770341B2414c2330
Octal24411716706433445144360
Binary1010010010011111110111011010011011100100101001100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F77; }

 p { color: rgb(164,79,119); }

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

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

 a { background-color: rgb(164,79,119); }

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

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

 span { border-color: rgb(164,79,119); }

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