#A44C79

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

Shades of Royal Heath #A44C79

Tints of Royal Heath #A44C79

Color information

#A44C79 (or 0xA44C79) is unknown color: approx Royal Heath. HEX triplet: A4, 4C and 79. RGB value is (164,76,121). Sum of RGB (Red+Green+Blue) = 164+76+121=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C79 is #5BB386. Grayscale: #6B6B6B. Windows color (decimal): -6009735 or 7949476. OLE color: 7949476.

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

Color convert

RGB16476121-
CMYK00.540.260.36
HSL329.32º36.67%47.06%-
HSV(B)329.32º53.66%64.31%-
XYZ21.3514.4419.75-
YUV107.44135.65168.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=45.43%
G=21.05%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647612100.540.260.36329.3236.6747.06
HexA44C790361A24149252f
Octal24411417106632445114557
Binary1010010010011001111001011011011010100100101001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C79; }

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

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

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

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

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

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

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

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