#A75673

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

Shades of Royal Heath #A75673

Tints of Royal Heath #A75673

Color information

#A75673 (or 0xA75673) is unknown color: approx Royal Heath. HEX triplet: A7, 56 and 73. RGB value is (167,86,115). Sum of RGB (Red+Green+Blue) = 167+86+115=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A75673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75673 is #58A98C. Grayscale: #717171. Windows color (decimal): -5810573 or 7558823. OLE color: 7558823.

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

Color convert

RGB16786115-
CMYK00.490.310.35
HSL338.52º32.02%49.61%-
HSV(B)338.52º48.5%65.49%-
XYZ22.3616.1118.15-
YUV113.52128.84166.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=45.38%
G=23.37%
B=31.25%

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
Decimal1678611500.490.310.35338.5232.0249.61
HexA756730311F231532032
Octal24712616306137435234062
Binary1010011110101101110011011000111111100011101010011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75673; }

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

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

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

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

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

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

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

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