#A44D80

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

Shades of Royal Heath #A44D80

Tints of Royal Heath #A44D80

Color information

#A44D80 (or 0xA44D80) is unknown color: approx Royal Heath. HEX triplet: A4, 4D and 80. RGB value is (164,77,128). Sum of RGB (Red+Green+Blue) = 164+77+128=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D80 is #5BB27F. Grayscale: #6C6C6C. Windows color (decimal): -6009472 or 8408484. OLE color: 8408484.

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

Color convert

RGB16477128-
CMYK00.530.220.36
HSL324.83º36.1%47.25%-
HSV(B)324.83º53.05%64.31%-
XYZ21.8614.7622.12-
YUV108.83138.82167.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=44.44%
G=20.87%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647712800.530.220.36324.8336.147.25
HexA44D800351624145242f
Octal24411520006526445054457
Binary10100100100110110000000011010110110100100101000101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D80; }

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

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

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

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

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

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

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

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