#a55774

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

Shades of Royal Heath #A55774

Tints of Royal Heath #A55774

Color information

#A55774 (or 0xA55774) is unknown color: approx Royal Heath. HEX triplet: A5, 57 and 74. RGB value is (165,87,116). Sum of RGB (Red+Green+Blue) = 165+87+116=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A55774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55774 is #5AA88B. Grayscale: #717171. Windows color (decimal): -5941388 or 7624613. OLE color: 7624613.

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

Color convert

RGB16587116-
CMYK00.470.300.35
HSL337.69º30.95%49.41%-
HSV(B)337.69º47.27%64.71%-
XYZ22.0816.0818.46-
YUV113.63129.34164.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=44.84%
G=23.64%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658711600.470.300.35337.6930.9549.41
HexA5577402F1E231521f31
Octal24512716405736435223761
Binary101001011010111111010001011111111010001110101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55774; }

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

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

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

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

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

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

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

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