#A75479

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

Shades of Royal Heath #A75479

Tints of Royal Heath #A75479

Color information

#A75479 (or 0xA75479) is unknown color: approx Royal Heath. HEX triplet: A7, 54 and 79. RGB value is (167,84,121). Sum of RGB (Red+Green+Blue) = 167+84+121=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A75479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75479 is #58AB86. Grayscale: #707070. Windows color (decimal): -5811079 or 7951527. OLE color: 7951527.

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

Color convert

RGB16784121-
CMYK00.500.280.35
HSL333.25º33.07%49.22%-
HSV(B)333.25º49.7%65.49%-
XYZ22.5615.9419.98-
YUV113.04132.5166.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.89%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=44.89%
G=22.58%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678412100.500.280.35333.2533.0749.22
HexA754790321C2314d2131
Octal24712417106234435154161
Binary1010011110101001111001011001011100100011101001101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75479; }

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

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

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

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

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

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

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

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