#A75679

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

Shades of Royal Heath #A75679

Tints of Royal Heath #A75679

Color information

#A75679 (or 0xA75679) is unknown color: approx Royal Heath. HEX triplet: A7, 56 and 79. RGB value is (167,86,121). Sum of RGB (Red+Green+Blue) = 167+86+121=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A75679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75679 is #58A986. Grayscale: #727272. Windows color (decimal): -5810567 or 7952039. OLE color: 7952039.

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

Color convert

RGB16786121-
CMYK00.490.280.35
HSL334.07º32.02%49.61%-
HSV(B)334.07º48.5%65.49%-
XYZ22.7216.2520.03-
YUV114.21131.84165.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=44.65%
G=22.99%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678612100.490.280.35334.0732.0249.61
HexA756790311C2314e2032
Octal24712617106134435164062
Binary1010011110101101111001011000111100100011101001110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75679; }

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

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

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

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

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

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

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

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