#A7547B

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

Shades of Royal Heath #A7547B

Tints of Royal Heath #A7547B

Color information

#A7547B (or 0xA7547B) is unknown color: approx Royal Heath. HEX triplet: A7, 54 and 7B. RGB value is (167,84,123). Sum of RGB (Red+Green+Blue) = 167+84+123=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7547B is #58AB84. Grayscale: #717171. Windows color (decimal): -5811077 or 8082599. OLE color: 8082599.

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

Color convert

RGB16784123-
CMYK00.500.260.35
HSL331.81º33.07%49.22%-
HSV(B)331.81º49.7%65.49%-
XYZ22.6815.9920.63-
YUV113.26133.5166.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=44.65%
G=22.46%
B=32.89%

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
Decimal1678412300.500.260.35331.8133.0749.22
HexA7547B0321A2314c2131
Octal24712417306232435144161
Binary1010011110101001111011011001011010100011101001100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7547B; }

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

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

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

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

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

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

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

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