#a55974

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

Shades of Royal Heath #A55974

Tints of Royal Heath #A55974

Color information

#A55974 (or 0xA55974) is unknown color: approx Royal Heath. HEX triplet: A5, 59 and 74. RGB value is (165,89,116). Sum of RGB (Red+Green+Blue) = 165+89+116=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A55974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55974 is #5AA68B. Grayscale: #727272. Windows color (decimal): -5940876 or 7625125. OLE color: 7625125.

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

Color convert

RGB16589116-
CMYK00.460.300.35
HSL338.68º29.92%49.8%-
HSV(B)338.68º46.06%64.71%-
XYZ22.2416.4118.52-
YUV114.8128.68163.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=44.59%
G=24.05%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658911600.460.300.35338.6829.9249.8
HexA5597402E1E231531e32
Octal24513116405636435233662
Binary101001011011001111010001011101111010001110101001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55974; }

 p { color: rgb(165,89,116); }

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

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

 a { background-color: rgb(165,89,116); }

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

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

 span { border-color: rgb(165,89,116); }

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