#A75D79

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

Shades of Royal Heath #A75D79

Tints of Royal Heath #A75D79

Color information

#A75D79 (or 0xA75D79) is unknown color: approx Royal Heath. HEX triplet: A7, 5D and 79. RGB value is (167,93,121). Sum of RGB (Red+Green+Blue) = 167+93+121=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D79 is #58A286. Grayscale: #767676. Windows color (decimal): -5808775 or 7953831. OLE color: 7953831.

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

Color convert

RGB16793121-
CMYK00.440.280.35
HSL337.3º29.6%50.98%-
HSV(B)337.3º44.31%65.49%-
XYZ23.317.4220.22-
YUV118.32129.52162.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 93 (36.72% from 255) = 24.41%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=43.83%
G=24.41%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679312100.440.280.35337.329.650.98
HexA75D7902C1C231511e33
Octal24713517105434435213663
Binary101001111011101111100101011001110010001110101000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D79; }

 p { color: rgb(167,93,121); }

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

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

 a { background-color: rgb(167,93,121); }

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

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

 span { border-color: rgb(167,93,121); }

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