#A75477

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

Shades of Royal Heath #A75477

Tints of Royal Heath #A75477

Color information

#A75477 (or 0xA75477) is unknown color: approx Royal Heath. HEX triplet: A7, 54 and 77. RGB value is (167,84,119). Sum of RGB (Red+Green+Blue) = 167+84+119=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A75477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75477 is #58AB88. Grayscale: #707070. Windows color (decimal): -5811081 or 7820455. OLE color: 7820455.

HSL color Cylindrical-coordinate representation of color #A75477: hue angle of 334.7º 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 #A75477 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16784119-
CMYK00.500.290.35
HSL334.7º33.07%49.22%-
HSV(B)334.7º49.7%65.49%-
XYZ22.4415.8919.34-
YUV112.81131.5166.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=45.14%
G=22.70%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678411900.500.290.35334.733.0749.22
HexA754770321D2314f2131
Octal24712416706235435174161
Binary1010011110101001110111011001011101100011101001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75477; }

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

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

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

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

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

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

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

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