#A75674

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

Shades of Royal Heath #A75674

Tints of Royal Heath #A75674

Color information

#A75674 (or 0xA75674) is unknown color: approx Royal Heath. HEX triplet: A7, 56 and 74. RGB value is (167,86,116). Sum of RGB (Red+Green+Blue) = 167+86+116=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A75674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75674 is #58A98B. Grayscale: #717171. Windows color (decimal): -5810572 or 7624359. OLE color: 7624359.

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

Color convert

RGB16786116-
CMYK00.490.310.35
HSL337.78º32.02%49.61%-
HSV(B)337.78º48.5%65.49%-
XYZ22.4216.1318.46-
YUV113.64129.34166.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=45.26%
G=23.31%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678611600.490.310.35337.7832.0249.61
HexA756740311F231522032
Octal24712616406137435224062
Binary1010011110101101110100011000111111100011101010010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75674; }

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

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

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

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

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

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

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

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