#A7547C

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

Shades of Royal Heath #A7547C

Tints of Royal Heath #A7547C

Color information

#A7547C (or 0xA7547C) is unknown color: approx Royal Heath. HEX triplet: A7, 54 and 7C. RGB value is (167,84,124). Sum of RGB (Red+Green+Blue) = 167+84+124=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7547C is #58AB83. Grayscale: #717171. Windows color (decimal): -5811076 or 8148135. OLE color: 8148135.

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

Color convert

RGB16784124-
CMYK00.500.260.35
HSL331.08º33.07%49.22%-
HSV(B)331.08º49.7%65.49%-
XYZ22.7416.0120.96-
YUV113.38134166.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=44.53%
G=22.4%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678412400.500.260.35331.0833.0749.22
HexA7547C0321A2314b2131
Octal24712417406232435134161
Binary1010011110101001111100011001011010100011101001011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7547C; }

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

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

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

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

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

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

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

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