#A75774

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

Shades of Royal Heath #A75774

Tints of Royal Heath #A75774

Color information

#A75774 (or 0xA75774) is unknown color: approx Royal Heath. HEX triplet: A7, 57 and 74. RGB value is (167,87,116). Sum of RGB (Red+Green+Blue) = 167+87+116=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A75774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75774 is #58A88B. Grayscale: #727272. Windows color (decimal): -5810316 or 7624615. OLE color: 7624615.

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

Color convert

RGB16787116-
CMYK00.480.310.35
HSL338.25º31.5%49.8%-
HSV(B)338.25º47.9%65.49%-
XYZ22.516.2918.48-
YUV114.23129165.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=45.14%
G=23.51%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678711600.480.310.35338.2531.549.8
HexA757740301F231521f32
Octal24712716406037435223762
Binary101001111010111111010001100001111110001110101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75774; }

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

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

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

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

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

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

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

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