#A75671

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

Shades of Royal Heath #A75671

Tints of Royal Heath #A75671

Color information

#A75671 (or 0xA75671) is unknown color: approx Royal Heath. HEX triplet: A7, 56 and 71. RGB value is (167,86,113). Sum of RGB (Red+Green+Blue) = 167+86+113=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A75671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75671 is #58A98E. Grayscale: #717171. Windows color (decimal): -5810575 or 7427751. OLE color: 7427751.

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

Color convert

RGB16786113-
CMYK00.490.320.35
HSL340º32.02%49.61%-
HSV(B)340º48.5%65.49%-
XYZ22.2416.0617.55-
YUV113.3127.84166.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=45.63%
G=23.50%
B=30.87%

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
Decimal1678611300.490.320.3534032.0249.61
HexA7567103120231542032
Octal24712616106140435244062
Binary10100111101011011100010110001100000100011101010100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75671; }

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

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

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

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

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

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

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

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