#A74977

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

Shades of Royal Heath #A74977

Tints of Royal Heath #A74977

Color information

#A74977 (or 0xA74977) is unknown color: approx Royal Heath. HEX triplet: A7, 49 and 77. RGB value is (167,73,119). Sum of RGB (Red+Green+Blue) = 167+73+119=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A74977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74977 is #58B688. Grayscale: #6A6A6A. Windows color (decimal): -5813897 or 7817639. OLE color: 7817639.

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

Color convert

RGB16773119-
CMYK00.560.290.35
HSL330.64º39.17%47.06%-
HSV(B)330.64º56.29%65.49%-
XYZ21.6514.3119.07-
YUV106.35135.14171.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=46.52%
G=20.33%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677311900.560.290.35330.6439.1747.06
HexA749770381D2314b272f
Octal24711116707035435134757
Binary1010011110010011110111011100011101100011101001011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74977; }

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

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

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

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

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

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

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

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