#A7557D

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

Shades of Royal Heath #A7557D

Tints of Royal Heath #A7557D

Color information

#A7557D (or 0xA7557D) is unknown color: approx Royal Heath. HEX triplet: A7, 55 and 7D. RGB value is (167,85,125). Sum of RGB (Red+Green+Blue) = 167+85+125=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7557D is #58AA82. Grayscale: #727272. Windows color (decimal): -5810819 or 8213927. OLE color: 8213927.

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

Color convert

RGB16785125-
CMYK00.490.250.35
HSL330.73º32.54%49.41%-
HSV(B)330.73º49.1%65.49%-
XYZ22.8916.1921.32-
YUV114.08134.17165.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=44.30%
G=22.55%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678512500.490.250.35330.7332.5449.41
HexA7557D031192314b2131
Octal24712517506131435134161
Binary1010011110101011111101011000111001100011101001011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7557D; }

 p { color: rgb(167,85,125); }

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

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

 a { background-color: rgb(167,85,125); }

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

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

 span { border-color: rgb(167,85,125); }

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