#A75978

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

Shades of Royal Heath #A75978

Tints of Royal Heath #A75978

Color information

#A75978 (or 0xA75978) is unknown color: approx Royal Heath. HEX triplet: A7, 59 and 78. RGB value is (167,89,120). Sum of RGB (Red+Green+Blue) = 167+89+120=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A75978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75978 is #58A687. Grayscale: #737373. Windows color (decimal): -5809800 or 7887271. OLE color: 7887271.

HSL color Cylindrical-coordinate representation of color #A75978: hue angle of 336.15º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75978 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB16789120-
CMYK00.470.280.35
HSL336.15º30.71%50.2%-
HSV(B)336.15º46.71%65.49%-
XYZ22.916.7219.79-
YUV115.86130.34164.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.41%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=44.41%
G=23.67%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678912000.470.280.35336.1530.7150.2
HexA7597802F1C231501f32
Octal24713117005734435203762
Binary101001111011001111100001011111110010001110101000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75978; }

 p { color: rgb(167,89,120); }

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

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

 a { background-color: rgb(167,89,120); }

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

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

 span { border-color: rgb(167,89,120); }

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