#A44C77

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

Shades of Royal Heath #A44C77

Tints of Royal Heath #A44C77

Color information

#A44C77 (or 0xA44C77) is unknown color: approx Royal Heath. HEX triplet: A4, 4C and 77. RGB value is (164,76,119). Sum of RGB (Red+Green+Blue) = 164+76+119=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C77 is #5BB388. Grayscale: #6B6B6B. Windows color (decimal): -6009737 or 7818404. OLE color: 7818404.

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

Color convert

RGB16476119-
CMYK00.540.270.36
HSL330.68º36.67%47.06%-
HSV(B)330.68º53.66%64.31%-
XYZ21.2214.3919.11-
YUV107.21134.65168.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=45.68%
G=21.17%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647611900.540.270.36330.6836.6747.06
HexA44C770361B2414b252f
Octal24411416706633445134557
Binary1010010010011001110111011011011011100100101001011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C77; }

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

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

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

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

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

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

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

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