#A45778

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

Shades of Royal Heath #A45778

Tints of Royal Heath #A45778

Color information

#A45778 (or 0xA45778) is unknown color: approx Royal Heath. HEX triplet: A4, 57 and 78. RGB value is (164,87,120). Sum of RGB (Red+Green+Blue) = 164+87+120=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45778 is #5BA887. Grayscale: #717171. Windows color (decimal): -6006920 or 7886756. OLE color: 7886756.

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

Color convert

RGB16487120-
CMYK00.470.270.36
HSL334.29º30.68%49.22%-
HSV(B)334.29º46.95%64.31%-
XYZ22.1116.0619.7-
YUV113.78131.51163.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=44.20%
G=23.45%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648712000.470.270.36334.2930.6849.22
HexA4577802F1B2414e1f31
Octal24412717005733445163761
Binary101001001010111111100001011111101110010010100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45778; }

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

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

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

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

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

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

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

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