#A44978

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

Shades of Royal Heath #A44978

Tints of Royal Heath #A44978

Color information

#A44978 (or 0xA44978) is unknown color: approx Royal Heath. HEX triplet: A4, 49 and 78. RGB value is (164,73,120). Sum of RGB (Red+Green+Blue) = 164+73+120=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A44978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44978 is #5BB687. Grayscale: #696969. Windows color (decimal): -6010504 or 7883172. OLE color: 7883172.

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

Color convert

RGB16473120-
CMYK00.550.270.36
HSL329.01º38.4%46.47%-
HSV(B)329.01º55.49%64.31%-
XYZ21.0814.0119.36-
YUV105.57136.15169.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=45.94%
G=20.45%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647312000.550.270.36329.0138.446.47
HexA449780371B24149262e
Octal24411117006733445114656
Binary1010010010010011111000011011111011100100101001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44978; }

 p { color: rgb(164,73,120); }

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

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

 a { background-color: rgb(164,73,120); }

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

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

 span { border-color: rgb(164,73,120); }

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