#A75571

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

Shades of Royal Heath #A75571

Tints of Royal Heath #A75571

Color information

#A75571 (or 0xA75571) is unknown color: approx Royal Heath. HEX triplet: A7, 55 and 71. RGB value is (167,85,113). Sum of RGB (Red+Green+Blue) = 167+85+113=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A75571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75571 is #58AA8E. Grayscale: #707070. Windows color (decimal): -5810831 or 7427495. OLE color: 7427495.

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

Color convert

RGB16785113-
CMYK00.490.320.35
HSL339.51º32.54%49.41%-
HSV(B)339.51º49.1%65.49%-
XYZ22.1715.917.52-
YUV112.71128.17166.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=45.75%
G=23.29%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678511300.490.320.35339.5132.5449.41
HexA7557103120231542131
Octal24712516106140435244161
Binary10100111101010111100010110001100000100011101010100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75571; }

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

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

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

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

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

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

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

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